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=371
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=372",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=370",
    "results": [
        {
            "matrix_id": "MA0072.1",
            "name": "RORA",
            "collection": "CORE",
            "base_id": "MA0072",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0072.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0072.1/"
        },
        {
            "matrix_id": "MA0072.2",
            "name": "RORA",
            "collection": "CORE",
            "base_id": "MA0072",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0072.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0072.2/"
        },
        {
            "matrix_id": "MA1150.1",
            "name": "RORB",
            "collection": "CORE",
            "base_id": "MA1150",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1150.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1150.1/"
        },
        {
            "matrix_id": "MA1150.2",
            "name": "RORB",
            "collection": "CORE",
            "base_id": "MA1150",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1150.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1150.2/"
        },
        {
            "matrix_id": "MA1151.1",
            "name": "RORC",
            "collection": "CORE",
            "base_id": "MA1151",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1151.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1151.1/"
        },
        {
            "matrix_id": "MA1151.2",
            "name": "RORC",
            "collection": "CORE",
            "base_id": "MA1151",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1151.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1151.2/"
        },
        {
            "matrix_id": "MA0371.1",
            "name": "ROX1",
            "collection": "CORE",
            "base_id": "MA0371",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0371.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0371.1/"
        },
        {
            "matrix_id": "MA0372.1",
            "name": "RPH1",
            "collection": "CORE",
            "base_id": "MA0372",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0372.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0372.1/"
        },
        {
            "matrix_id": "MA0372.2",
            "name": "RPH1",
            "collection": "CORE",
            "base_id": "MA0372",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0372.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0372.2/"
        },
        {
            "matrix_id": "MA0373.1",
            "name": "RPN4",
            "collection": "CORE",
            "base_id": "MA0373",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0373.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0373.1/"
        }
    ]
}