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=177
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=178",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=176",
    "results": [
        {
            "matrix_id": "UN0547.1",
            "name": "GCM1::HOXB13",
            "collection": "UNVALIDATED",
            "base_id": "UN0547",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0547.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0547.1/"
        },
        {
            "matrix_id": "UN0546.2",
            "name": "GCM1::HOXB13",
            "collection": "UNVALIDATED",
            "base_id": "UN0546",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0546.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0546.2/"
        },
        {
            "matrix_id": "UN0547.2",
            "name": "GCM1::HOXB13",
            "collection": "UNVALIDATED",
            "base_id": "UN0547",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0547.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0547.2/"
        },
        {
            "matrix_id": "UN0548.1",
            "name": "GCM1::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0548",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0548.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0548.1/"
        },
        {
            "matrix_id": "UN0548.2",
            "name": "GCM1::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0548",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0548.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0548.2/"
        },
        {
            "matrix_id": "UN0549.1",
            "name": "GCM1::SOX2",
            "collection": "UNVALIDATED",
            "base_id": "UN0549",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0549.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0549.1/"
        },
        {
            "matrix_id": "UN0549.2",
            "name": "GCM1::SOX2",
            "collection": "UNVALIDATED",
            "base_id": "UN0549",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0549.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0549.2/"
        },
        {
            "matrix_id": "UN0550.1",
            "name": "GCM1::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN0550",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0550.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0550.1/"
        },
        {
            "matrix_id": "UN0550.2",
            "name": "GCM1::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN0550",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0550.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0550.2/"
        },
        {
            "matrix_id": "MA0767.1",
            "name": "GCM2",
            "collection": "CORE",
            "base_id": "MA0767",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0767.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0767.1/"
        }
    ]
}