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=553
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=554", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=552", "results": [ { "matrix_id": "MA2215.1", "name": "dm", "collection": "CORE", "base_id": "MA2215", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2215.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2215.1/" }, { "matrix_id": "MA2130.1", "name": "dmd-10", "collection": "CORE", "base_id": "MA2130", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2130.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2130.1/" }, { "matrix_id": "UN0740.1", "name": "dmd-3", "collection": "UNVALIDATED", "base_id": "UN0740", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0740.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0740.1/" }, { "matrix_id": "UN1307.1", "name": "dmd-6", "collection": "UNVALIDATED", "base_id": "UN1307", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1307.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1307.1/" }, { "matrix_id": "UN0699.1", "name": "dmd-8", "collection": "UNVALIDATED", "base_id": "UN0699", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0699.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0699.1/" }, { "matrix_id": "MA2463.1", "name": "dmrt93B", "collection": "CORE", "base_id": "MA2463", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2463.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2463.1/" }, { "matrix_id": "MA1455.1", "name": "dmrt99B", "collection": "CORE", "base_id": "MA1455", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1455.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1455.1/" }, { "matrix_id": "MA1455.2", "name": "dmrt99B", "collection": "CORE", "base_id": "MA1455", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1455.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1455.2/" }, { "matrix_id": "MA2604.1", "name": "dof22", "collection": "CORE", "base_id": "MA2604", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2604.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2604.1/" }, { "matrix_id": "MA2217.1", "name": "dpn", "collection": "CORE", "base_id": "MA2217", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2217.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2217.1/" } ] }