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=466
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=467",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=465",
    "results": [
        {
            "matrix_id": "MA1717.1",
            "name": "ZNF784",
            "collection": "CORE",
            "base_id": "MA1717",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1717.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1717.1/"
        },
        {
            "matrix_id": "MA1717.2",
            "name": "ZNF784",
            "collection": "CORE",
            "base_id": "MA1717",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1717.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1717.2/"
        },
        {
            "matrix_id": "UN0659.1",
            "name": "ZNF786",
            "collection": "UNVALIDATED",
            "base_id": "UN0659",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0659.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0659.1/"
        },
        {
            "matrix_id": "UN0659.2",
            "name": "ZNF786",
            "collection": "UNVALIDATED",
            "base_id": "UN0659",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0659.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0659.2/"
        },
        {
            "matrix_id": "UN0230.1",
            "name": "ZNF787",
            "collection": "UNVALIDATED",
            "base_id": "UN0230",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0230.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0230.1/"
        },
        {
            "matrix_id": "UN0231.1",
            "name": "ZNF787",
            "collection": "UNVALIDATED",
            "base_id": "UN0231",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0231.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0231.1/"
        },
        {
            "matrix_id": "UN0230.2",
            "name": "ZNF787",
            "collection": "UNVALIDATED",
            "base_id": "UN0230",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0230.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0230.2/"
        },
        {
            "matrix_id": "UN0231.2",
            "name": "ZNF787",
            "collection": "UNVALIDATED",
            "base_id": "UN0231",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0231.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0231.2/"
        },
        {
            "matrix_id": "UN0660.1",
            "name": "ZNF789",
            "collection": "UNVALIDATED",
            "base_id": "UN0660",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0660.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0660.1/"
        },
        {
            "matrix_id": "UN0660.2",
            "name": "ZNF789",
            "collection": "UNVALIDATED",
            "base_id": "UN0660",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0660.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0660.2/"
        }
    ]
}