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=86
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=87",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=85",
    "results": [
        {
            "matrix_id": "MA1748.1",
            "name": "DREB1F",
            "collection": "CORE",
            "base_id": "MA1748",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1748.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1748.1/"
        },
        {
            "matrix_id": "MA1748.2",
            "name": "DREB1F",
            "collection": "CORE",
            "base_id": "MA1748",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1748.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1748.2/"
        },
        {
            "matrix_id": "MA1032.1",
            "name": "DREB1G",
            "collection": "CORE",
            "base_id": "MA1032",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1032.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1032.1/"
        },
        {
            "matrix_id": "MA1032.2",
            "name": "DREB1G",
            "collection": "CORE",
            "base_id": "MA1032",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1032.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1032.2/"
        },
        {
            "matrix_id": "MA1258.1",
            "name": "DREB2A",
            "collection": "CORE",
            "base_id": "MA1258",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1258.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1258.1/"
        },
        {
            "matrix_id": "MA1258.2",
            "name": "DREB2A",
            "collection": "CORE",
            "base_id": "MA1258",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1258.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1258.2/"
        },
        {
            "matrix_id": "MA0986.1",
            "name": "DREB2C",
            "collection": "CORE",
            "base_id": "MA0986",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0986.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0986.1/"
        },
        {
            "matrix_id": "MA1250.1",
            "name": "DREB2D",
            "collection": "CORE",
            "base_id": "MA1250",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1250.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1250.1/"
        },
        {
            "matrix_id": "MA1250.2",
            "name": "DREB2D",
            "collection": "CORE",
            "base_id": "MA1250",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1250.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1250.2/"
        },
        {
            "matrix_id": "MA1243.1",
            "name": "DREB2E",
            "collection": "CORE",
            "base_id": "MA1243",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1243.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1243.1/"
        }
    ]
}