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=255
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=256",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=254",
    "results": [
        {
            "matrix_id": "UN1085.1",
            "name": "MAFF::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN1085",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1085.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1085.1/"
        },
        {
            "matrix_id": "UN1086.1",
            "name": "MAFF::TBX4",
            "collection": "UNVALIDATED",
            "base_id": "UN1086",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1086.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1086.1/"
        },
        {
            "matrix_id": "UN1087.1",
            "name": "MAFF::TEAD4",
            "collection": "UNVALIDATED",
            "base_id": "UN1087",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1087.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1087.1/"
        },
        {
            "matrix_id": "MA0659.1",
            "name": "MAFG",
            "collection": "CORE",
            "base_id": "MA0659",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0659.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0659.1/"
        },
        {
            "matrix_id": "MA0659.2",
            "name": "MAFG",
            "collection": "CORE",
            "base_id": "MA0659",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0659.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0659.2/"
        },
        {
            "matrix_id": "MA0089.1",
            "name": "MAFG::NRF1",
            "collection": "CORE",
            "base_id": "MA0089",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0089.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0089.1/"
        },
        {
            "matrix_id": "MA0089.2",
            "name": "MAFG::NRF1",
            "collection": "CORE",
            "base_id": "MA0089",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0089.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0089.2/"
        },
        {
            "matrix_id": "MA0089.3",
            "name": "MAFG::NRF1",
            "collection": "CORE",
            "base_id": "MA0089",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0089.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0089.3/"
        },
        {
            "matrix_id": "UN1088.1",
            "name": "MAFG::TEAD4",
            "collection": "UNVALIDATED",
            "base_id": "UN1088",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1088.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1088.1/"
        },
        {
            "matrix_id": "MA0496.1",
            "name": "MAFK",
            "collection": "CORE",
            "base_id": "MA0496",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0496.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0496.1/"
        }
    ]
}