This API provides an easy-to-use REST web interface to query/retrieve matrix profile data from the latest version of the JASPAR database. The API comes with a human browsable interface and also a programmatic interface which return the results in eight different formats, including json, jsonp, jaspar, meme, transfac, pfm, yaml and bed.
GET /api/v1/matrix?format=api&page=99
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5935,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=100",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=98",
    "results": [
        {
            "matrix_id": "MA0162.4",
            "name": "EGR1",
            "collection": "CORE",
            "base_id": "MA0162",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0162.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0162.4/"
        },
        {
            "matrix_id": "MA0162.5",
            "name": "EGR1",
            "collection": "CORE",
            "base_id": "MA0162",
            "version": "5",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0162.5.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0162.5/"
        },
        {
            "matrix_id": "UN0948.1",
            "name": "EGR1::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0948",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0948.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0948.1/"
        },
        {
            "matrix_id": "UN0949.1",
            "name": "EGR1::RFX3",
            "collection": "UNVALIDATED",
            "base_id": "UN0949",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0949.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0949.1/"
        },
        {
            "matrix_id": "UN0950.1",
            "name": "EGR1::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN0950",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0950.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0950.1/"
        },
        {
            "matrix_id": "UN0951.1",
            "name": "EGR1::TBX4",
            "collection": "UNVALIDATED",
            "base_id": "UN0951",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0951.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0951.1/"
        },
        {
            "matrix_id": "UN1191.1",
            "name": "EGR1::TBX6",
            "collection": "UNVALIDATED",
            "base_id": "UN1191",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1191.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1191.1/"
        },
        {
            "matrix_id": "UN0952.1",
            "name": "EGR1::TEAD4",
            "collection": "UNVALIDATED",
            "base_id": "UN0952",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0952.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0952.1/"
        },
        {
            "matrix_id": "MA0472.2",
            "name": "EGR2",
            "collection": "CORE",
            "base_id": "MA0472",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0472.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0472.2/"
        },
        {
            "matrix_id": "MA0732.1",
            "name": "EGR3",
            "collection": "CORE",
            "base_id": "MA0732",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0732.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0732.1/"
        }
    ]
}