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=244
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=245",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=243",
    "results": [
        {
            "matrix_id": "MA2247.1",
            "name": "Kah",
            "collection": "CORE",
            "base_id": "MA2247",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2247.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2247.1/"
        },
        {
            "matrix_id": "UN0435.1",
            "name": "Kar4",
            "collection": "UNVALIDATED",
            "base_id": "UN0435",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0435.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0435.1/"
        },
        {
            "matrix_id": "UN0435.2",
            "name": "Kar4",
            "collection": "UNVALIDATED",
            "base_id": "UN0435",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0435.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0435.2/"
        },
        {
            "matrix_id": "MA0493.1",
            "name": "Klf1",
            "collection": "CORE",
            "base_id": "MA0493",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0493.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0493.1/"
        },
        {
            "matrix_id": "MA0742.1",
            "name": "Klf12",
            "collection": "CORE",
            "base_id": "MA0742",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0742.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0742.1/"
        },
        {
            "matrix_id": "MA1890.1",
            "name": "Klf15",
            "collection": "CORE",
            "base_id": "MA1890",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1890.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1890.1/"
        },
        {
            "matrix_id": "MA1891.1",
            "name": "Klf3/8/12",
            "collection": "CORE",
            "base_id": "MA1891",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1891.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1891.1/"
        },
        {
            "matrix_id": "MA1891.2",
            "name": "Klf3/8/12",
            "collection": "CORE",
            "base_id": "MA1891",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1891.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1891.2/"
        },
        {
            "matrix_id": "MA0039.1",
            "name": "Klf4",
            "collection": "CORE",
            "base_id": "MA0039",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0039.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0039.1/"
        },
        {
            "matrix_id": "MA0039.2",
            "name": "Klf4",
            "collection": "CORE",
            "base_id": "MA0039",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0039.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0039.2/"
        }
    ]
}