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=158
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=159",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=157",
    "results": [
        {
            "matrix_id": "UN1025.1",
            "name": "FOXO6::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN1025",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1025.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1025.1/"
        },
        {
            "matrix_id": "MA0481.1",
            "name": "FOXP1",
            "collection": "CORE",
            "base_id": "MA0481",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0481.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0481.1/"
        },
        {
            "matrix_id": "MA0481.2",
            "name": "FOXP1",
            "collection": "CORE",
            "base_id": "MA0481",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0481.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0481.2/"
        },
        {
            "matrix_id": "MA0481.3",
            "name": "FOXP1",
            "collection": "CORE",
            "base_id": "MA0481",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0481.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0481.3/"
        },
        {
            "matrix_id": "MA0481.4",
            "name": "FOXP1",
            "collection": "CORE",
            "base_id": "MA0481",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0481.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0481.4/"
        },
        {
            "matrix_id": "MA0593.1",
            "name": "FOXP2",
            "collection": "CORE",
            "base_id": "MA0593",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0593.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0593.1/"
        },
        {
            "matrix_id": "MA0593.2",
            "name": "FOXP2",
            "collection": "CORE",
            "base_id": "MA0593",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0593.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0593.2/"
        },
        {
            "matrix_id": "MA0850.1",
            "name": "FOXP3",
            "collection": "CORE",
            "base_id": "MA0850",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0850.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0850.1/"
        },
        {
            "matrix_id": "MA2117.1",
            "name": "FOXP4",
            "collection": "CORE",
            "base_id": "MA2117",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2117.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2117.1/"
        },
        {
            "matrix_id": "UN0123.1",
            "name": "FOXR2",
            "collection": "UNVALIDATED",
            "base_id": "UN0123",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0123.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0123.1/"
        }
    ]
}