Matrix List
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=122
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=123", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=121", "results": [ { "matrix_id": "MA1935.2", "name": "ERF::FOXI1", "collection": "CORE", "base_id": "MA1935", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1935.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1935.2/" }, { "matrix_id": "MA1936.1", "name": "ERF::FOXO1", "collection": "CORE", "base_id": "MA1936", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1936.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1936.1/" }, { "matrix_id": "MA1936.2", "name": "ERF::FOXO1", "collection": "CORE", "base_id": "MA1936", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1936.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1936.2/" }, { "matrix_id": "MA1937.1", "name": "ERF::HOXB13", "collection": "CORE", "base_id": "MA1937", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1937.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1937.1/" }, { "matrix_id": "MA1937.2", "name": "ERF::HOXB13", "collection": "CORE", "base_id": "MA1937", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1937.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1937.2/" }, { "matrix_id": "UN0507.1", "name": "ERF::MAX", "collection": "UNVALIDATED", "base_id": "UN0507", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0507.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0507.1/" }, { "matrix_id": "UN0507.2", "name": "ERF::MAX", "collection": "UNVALIDATED", "base_id": "UN0507", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0507.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0507.2/" }, { "matrix_id": "MA1938.1", "name": "ERF::NHLH1", "collection": "CORE", "base_id": "MA1938", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1938.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1938.1/" }, { "matrix_id": "MA1938.2", "name": "ERF::NHLH1", "collection": "CORE", "base_id": "MA1938", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1938.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1938.2/" }, { "matrix_id": "MA1939.1", "name": "ERF::SREBF2", "collection": "CORE", "base_id": "MA1939", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1939.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1939.1/" } ] }