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=149
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=150",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=148",
    "results": [
        {
            "matrix_id": "MA1139.1",
            "name": "FOSL2::JUNB",
            "collection": "CORE",
            "base_id": "MA1139",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1139.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1139.1/"
        },
        {
            "matrix_id": "MA1138.2",
            "name": "FOSL2::JUNB",
            "collection": "CORE",
            "base_id": "MA1138",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1138.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1138.2/"
        },
        {
            "matrix_id": "MA1139.2",
            "name": "FOSL2::JUNB",
            "collection": "CORE",
            "base_id": "MA1139",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1139.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1139.2/"
        },
        {
            "matrix_id": "MA1144.1",
            "name": "FOSL2::JUND",
            "collection": "CORE",
            "base_id": "MA1144",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1144.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1144.1/"
        },
        {
            "matrix_id": "MA1145.1",
            "name": "FOSL2::JUND",
            "collection": "CORE",
            "base_id": "MA1145",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1145.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1145.1/"
        },
        {
            "matrix_id": "MA1144.2",
            "name": "FOSL2::JUND",
            "collection": "CORE",
            "base_id": "MA1144",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1144.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1144.2/"
        },
        {
            "matrix_id": "MA1145.2",
            "name": "FOSL2::JUND",
            "collection": "CORE",
            "base_id": "MA1145",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1145.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1145.2/"
        },
        {
            "matrix_id": "MA0148.1",
            "name": "FOXA1",
            "collection": "CORE",
            "base_id": "MA0148",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0148.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0148.1/"
        },
        {
            "matrix_id": "MA0148.2",
            "name": "FOXA1",
            "collection": "CORE",
            "base_id": "MA0148",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0148.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0148.2/"
        },
        {
            "matrix_id": "MA0148.3",
            "name": "FOXA1",
            "collection": "CORE",
            "base_id": "MA0148",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0148.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0148.3/"
        }
    ]
}