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=129
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=130",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=128",
    "results": [
        {
            "matrix_id": "MA1943.1",
            "name": "ETV2::HOXB13",
            "collection": "CORE",
            "base_id": "MA1943",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1943.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1943.1/"
        },
        {
            "matrix_id": "MA1943.2",
            "name": "ETV2::HOXB13",
            "collection": "CORE",
            "base_id": "MA1943",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1943.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1943.2/"
        },
        {
            "matrix_id": "UN0517.1",
            "name": "ETV2::NHLH1",
            "collection": "UNVALIDATED",
            "base_id": "UN0517",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0517.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0517.1/"
        },
        {
            "matrix_id": "UN0517.2",
            "name": "ETV2::NHLH1",
            "collection": "UNVALIDATED",
            "base_id": "UN0517",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0517.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0517.2/"
        },
        {
            "matrix_id": "UN0518.1",
            "name": "ETV2::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0518",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0518.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0518.1/"
        },
        {
            "matrix_id": "UN0519.1",
            "name": "ETV2::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0519",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0519.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0519.1/"
        },
        {
            "matrix_id": "UN0518.2",
            "name": "ETV2::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0518",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0518.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0518.2/"
        },
        {
            "matrix_id": "UN0519.2",
            "name": "ETV2::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0519",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0519.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0519.2/"
        },
        {
            "matrix_id": "UN0520.1",
            "name": "ETV2::SPDEF",
            "collection": "UNVALIDATED",
            "base_id": "UN0520",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0520.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0520.1/"
        },
        {
            "matrix_id": "UN0520.2",
            "name": "ETV2::SPDEF",
            "collection": "UNVALIDATED",
            "base_id": "UN0520",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0520.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0520.2/"
        }
    ]
}