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=477
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=478",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=476",
    "results": [
        {
            "matrix_id": "MA1821.2",
            "name": "Zm00001d020595",
            "collection": "CORE",
            "base_id": "MA1821",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1821.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1821.2/"
        },
        {
            "matrix_id": "MA1820.1",
            "name": "Zm00001d024324",
            "collection": "CORE",
            "base_id": "MA1820",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1820.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1820.1/"
        },
        {
            "matrix_id": "MA1820.2",
            "name": "Zm00001d024324",
            "collection": "CORE",
            "base_id": "MA1820",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1820.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1820.2/"
        },
        {
            "matrix_id": "MA2106.1",
            "name": "Zm00001d024644",
            "collection": "CORE",
            "base_id": "MA2106",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2106.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2106.1/"
        },
        {
            "matrix_id": "MA1823.1",
            "name": "Zm00001d027846",
            "collection": "CORE",
            "base_id": "MA1823",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1823.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1823.1/"
        },
        {
            "matrix_id": "MA1823.2",
            "name": "Zm00001d027846",
            "collection": "CORE",
            "base_id": "MA1823",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1823.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1823.2/"
        },
        {
            "matrix_id": "MA1831.1",
            "name": "Zm00001d031796",
            "collection": "CORE",
            "base_id": "MA1831",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1831.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1831.1/"
        },
        {
            "matrix_id": "MA1831.2",
            "name": "Zm00001d031796",
            "collection": "CORE",
            "base_id": "MA1831",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1831.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1831.2/"
        },
        {
            "matrix_id": "MA1834.1",
            "name": "Zm00001d034298",
            "collection": "CORE",
            "base_id": "MA1834",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1834.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1834.1/"
        },
        {
            "matrix_id": "MA1834.2",
            "name": "Zm00001d034298",
            "collection": "CORE",
            "base_id": "MA1834",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1834.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1834.2/"
        }
    ]
}