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=171
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=172",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=170",
    "results": [
        {
            "matrix_id": "UN1028.1",
            "name": "GATA3::ELF5",
            "collection": "UNVALIDATED",
            "base_id": "UN1028",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1028.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1028.1/"
        },
        {
            "matrix_id": "UN1029.1",
            "name": "GATA3::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN1029",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1029.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1029.1/"
        },
        {
            "matrix_id": "UN1205.1",
            "name": "GATA3::ONECUT1",
            "collection": "UNVALIDATED",
            "base_id": "UN1205",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1205.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1205.1/"
        },
        {
            "matrix_id": "UN1030.1",
            "name": "GATA3::TEAD4",
            "collection": "UNVALIDATED",
            "base_id": "UN1030",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1030.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1030.1/"
        },
        {
            "matrix_id": "MA0482.2",
            "name": "GATA4",
            "collection": "CORE",
            "base_id": "MA0482",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0482.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0482.2/"
        },
        {
            "matrix_id": "MA1755.1",
            "name": "GATA4",
            "collection": "CORE",
            "base_id": "MA1755",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1755.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1755.1/"
        },
        {
            "matrix_id": "MA1755.2",
            "name": "GATA4",
            "collection": "CORE",
            "base_id": "MA1755",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1755.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1755.2/"
        },
        {
            "matrix_id": "MA0482.3",
            "name": "GATA4",
            "collection": "CORE",
            "base_id": "MA0482",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0482.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0482.3/"
        },
        {
            "matrix_id": "UN1206.1",
            "name": "GATA4::ONECUT1",
            "collection": "UNVALIDATED",
            "base_id": "UN1206",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1206.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1206.1/"
        },
        {
            "matrix_id": "UN1031.1",
            "name": "GATA4::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN1031",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1031.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1031.1/"
        }
    ]
}