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=176
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=177",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=175",
    "results": [
        {
            "matrix_id": "UN1035.1",
            "name": "GCM1::ETV1",
            "collection": "UNVALIDATED",
            "base_id": "UN1035",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1035.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1035.1/"
        },
        {
            "matrix_id": "UN0544.1",
            "name": "GCM1::ETV4",
            "collection": "UNVALIDATED",
            "base_id": "UN0544",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0544.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0544.1/"
        },
        {
            "matrix_id": "UN0544.2",
            "name": "GCM1::ETV4",
            "collection": "UNVALIDATED",
            "base_id": "UN0544",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0544.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0544.2/"
        },
        {
            "matrix_id": "UN1036.1",
            "name": "GCM1::ETV4",
            "collection": "UNVALIDATED",
            "base_id": "UN1036",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1036.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1036.1/"
        },
        {
            "matrix_id": "UN1037.1",
            "name": "GCM1::ETV5",
            "collection": "UNVALIDATED",
            "base_id": "UN1037",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1037.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1037.1/"
        },
        {
            "matrix_id": "UN1038.1",
            "name": "GCM1::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN1038",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1038.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1038.1/"
        },
        {
            "matrix_id": "UN0545.1",
            "name": "GCM1::FOXI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0545",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0545.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0545.1/"
        },
        {
            "matrix_id": "UN0545.2",
            "name": "GCM1::FOXI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0545",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0545.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0545.2/"
        },
        {
            "matrix_id": "UN1039.1",
            "name": "GCM1::GABPA",
            "collection": "UNVALIDATED",
            "base_id": "UN1039",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1039.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1039.1/"
        },
        {
            "matrix_id": "UN0546.1",
            "name": "GCM1::HOXB13",
            "collection": "UNVALIDATED",
            "base_id": "UN0546",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0546.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0546.1/"
        }
    ]
}