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=409
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=410",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=408",
    "results": [
        {
            "matrix_id": "MA2275.1",
            "name": "Sox15",
            "collection": "CORE",
            "base_id": "MA2275",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2275.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2275.1/"
        },
        {
            "matrix_id": "MA0078.1",
            "name": "Sox17",
            "collection": "CORE",
            "base_id": "MA0078",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0078.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0078.1/"
        },
        {
            "matrix_id": "MA0078.2",
            "name": "Sox17",
            "collection": "CORE",
            "base_id": "MA0078",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0078.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0078.2/"
        },
        {
            "matrix_id": "MA0078.3",
            "name": "Sox17",
            "collection": "CORE",
            "base_id": "MA0078",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0078.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0078.3/"
        },
        {
            "matrix_id": "MA0143.1",
            "name": "Sox2",
            "collection": "CORE",
            "base_id": "MA0143",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0143.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0143.1/"
        },
        {
            "matrix_id": "MA0143.2",
            "name": "Sox2",
            "collection": "CORE",
            "base_id": "MA0143",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0143.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0143.2/"
        },
        {
            "matrix_id": "MA0143.3",
            "name": "Sox2",
            "collection": "CORE",
            "base_id": "MA0143",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0143.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0143.3/"
        },
        {
            "matrix_id": "MA2276.1",
            "name": "Sox21a",
            "collection": "CORE",
            "base_id": "MA2276",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2276.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2276.1/"
        },
        {
            "matrix_id": "MA2277.1",
            "name": "Sox21b",
            "collection": "CORE",
            "base_id": "MA2277",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2277.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2277.1/"
        },
        {
            "matrix_id": "MA0514.1",
            "name": "Sox3",
            "collection": "CORE",
            "base_id": "MA0514",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0514.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0514.1/"
        }
    ]
}