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=111
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=112", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=110", "results": [ { "matrix_id": "MA1260.2", "name": "ERF013", "collection": "CORE", "base_id": "MA1260", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1260.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1260.2/" }, { "matrix_id": "MA1222.1", "name": "ERF014", "collection": "CORE", "base_id": "MA1222", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1222.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1222.1/" }, { "matrix_id": "MA1265.1", "name": "ERF015", "collection": "CORE", "base_id": "MA1265", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1265.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1265.1/" }, { "matrix_id": "MA1265.2", "name": "ERF015", "collection": "CORE", "base_id": "MA1265", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1265.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1265.2/" }, { "matrix_id": "MA1265.3", "name": "ERF015", "collection": "CORE", "base_id": "MA1265", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1265.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1265.3/" }, { "matrix_id": "MA1234.1", "name": "ERF017", "collection": "CORE", "base_id": "MA1234", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1234.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1234.1/" }, { "matrix_id": "MA1234.2", "name": "ERF017", "collection": "CORE", "base_id": "MA1234", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1234.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1234.2/" }, { "matrix_id": "UN0876.1", "name": "ERF018", "collection": "UNVALIDATED", "base_id": "UN0876", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0876.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0876.1/" }, { "matrix_id": "MA1424.1", "name": "ERF019", "collection": "CORE", "base_id": "MA1424", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1424.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1424.1/" }, { "matrix_id": "MA1424.2", "name": "ERF019", "collection": "CORE", "base_id": "MA1424", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1424.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1424.2/" } ] }