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=160
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=161",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=159",
    "results": [
        {
            "matrix_id": "MA2701.1",
            "name": "FZF1",
            "collection": "CORE",
            "base_id": "MA2701",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2701.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2701.1/"
        },
        {
            "matrix_id": "MA1408.1",
            "name": "FaEOBII",
            "collection": "CORE",
            "base_id": "MA1408",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1408.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1408.1/"
        },
        {
            "matrix_id": "MA1408.2",
            "name": "FaEOBII",
            "collection": "CORE",
            "base_id": "MA1408",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1408.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1408.2/"
        },
        {
            "matrix_id": "MA2233.1",
            "name": "Fer1",
            "collection": "CORE",
            "base_id": "MA2233",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2233.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2233.1/"
        },
        {
            "matrix_id": "MA2234.1",
            "name": "Fer2",
            "collection": "CORE",
            "base_id": "MA2234",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2234.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2234.1/"
        },
        {
            "matrix_id": "MA2465.1",
            "name": "Fer3",
            "collection": "CORE",
            "base_id": "MA2465",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2465.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2465.1/"
        },
        {
            "matrix_id": "MA1855.1",
            "name": "Fli-Erg-a",
            "collection": "CORE",
            "base_id": "MA1855",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1855.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1855.1/"
        },
        {
            "matrix_id": "MA1855.2",
            "name": "Fli-Erg-a",
            "collection": "CORE",
            "base_id": "MA1855",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1855.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1855.2/"
        },
        {
            "matrix_id": "MA1856.1",
            "name": "Fli-Erg-b",
            "collection": "CORE",
            "base_id": "MA1856",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1856.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1856.1/"
        },
        {
            "matrix_id": "MA1856.2",
            "name": "Fli-Erg-b",
            "collection": "CORE",
            "base_id": "MA1856",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1856.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1856.2/"
        }
    ]
}