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=112
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=113", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=111", "results": [ { "matrix_id": "MA1233.1", "name": "ERF021", "collection": "CORE", "base_id": "MA1233", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1233.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1233.1/" }, { "matrix_id": "MA1233.2", "name": "ERF021", "collection": "CORE", "base_id": "MA1233", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1233.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1233.2/" }, { "matrix_id": "MA1233.3", "name": "ERF021", "collection": "CORE", "base_id": "MA1233", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1233.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1233.3/" }, { "matrix_id": "MA1259.1", "name": "ERF023", "collection": "CORE", "base_id": "MA1259", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1259.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1259.1/" }, { "matrix_id": "MA1259.2", "name": "ERF023", "collection": "CORE", "base_id": "MA1259", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1259.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1259.2/" }, { "matrix_id": "MA1752.1", "name": "ERF025", "collection": "CORE", "base_id": "MA1752", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1752.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1752.1/" }, { "matrix_id": "MA1752.2", "name": "ERF025", "collection": "CORE", "base_id": "MA1752", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1752.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1752.2/" }, { "matrix_id": "UN0832.1", "name": "ERF026", "collection": "UNVALIDATED", "base_id": "UN0832", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0832.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0832.1/" }, { "matrix_id": "MA1227.1", "name": "ERF027", "collection": "CORE", "base_id": "MA1227", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1227.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1227.1/" }, { "matrix_id": "MA1227.2", "name": "ERF027", "collection": "CORE", "base_id": "MA1227", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1227.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1227.2/" } ] }