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=446
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=447",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=445",
    "results": [
        {
            "matrix_id": "UN1291.1",
            "name": "TraesCS6D02G225700",
            "collection": "UNVALIDATED",
            "base_id": "UN1291",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1291.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1291.1/"
        },
        {
            "matrix_id": "UN1288.1",
            "name": "TraesCS7A02G299600",
            "collection": "UNVALIDATED",
            "base_id": "UN1288",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1288.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1288.1/"
        },
        {
            "matrix_id": "UN1287.1",
            "name": "TraesCS7A02G357500",
            "collection": "UNVALIDATED",
            "base_id": "UN1287",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1287.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1287.1/"
        },
        {
            "matrix_id": "MA2750.1",
            "name": "TraesCS7B02G142200",
            "collection": "CORE",
            "base_id": "MA2750",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2750.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2750.1/"
        },
        {
            "matrix_id": "UN1290.1",
            "name": "TraesCS7D02G295100",
            "collection": "UNVALIDATED",
            "base_id": "UN1290",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1290.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1290.1/"
        },
        {
            "matrix_id": "MA0205.1",
            "name": "Trl",
            "collection": "CORE",
            "base_id": "MA0205",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0205.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0205.1/"
        },
        {
            "matrix_id": "MA0205.2",
            "name": "Trl",
            "collection": "CORE",
            "base_id": "MA0205",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0205.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0205.2/"
        },
        {
            "matrix_id": "MA0205.3",
            "name": "Trl",
            "collection": "CORE",
            "base_id": "MA0205",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0205.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0205.3/"
        },
        {
            "matrix_id": "MA0633.1",
            "name": "Twist2",
            "collection": "CORE",
            "base_id": "MA0633",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0633.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0633.1/"
        },
        {
            "matrix_id": "MA0633.2",
            "name": "Twist2",
            "collection": "CORE",
            "base_id": "MA0633",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0633.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0633.2/"
        }
    ]
}