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=445
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=446", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=444", "results": [ { "matrix_id": "MA2749.1", "name": "TraesCS2D02G576500", "collection": "CORE", "base_id": "MA2749", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2749.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2749.1/" }, { "matrix_id": "UN1298.1", "name": "TraesCS3A02G337200", "collection": "UNVALIDATED", "base_id": "UN1298", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1298.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1298.1/" }, { "matrix_id": "UN1299.1", "name": "TraesCS4A02G017700", "collection": "UNVALIDATED", "base_id": "UN1299", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1299.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1299.1/" }, { "matrix_id": "UN1281.1", "name": "TraesCS6A02G117600", "collection": "UNVALIDATED", "base_id": "UN1281", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1281.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1281.1/" }, { "matrix_id": "UN1289.1", "name": "TraesCS6A02G196500", "collection": "UNVALIDATED", "base_id": "UN1289", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1289.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1289.1/" }, { "matrix_id": "UN1285.1", "name": "TraesCS6A02G243500", "collection": "UNVALIDATED", "base_id": "UN1285", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1285.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1285.1/" }, { "matrix_id": "UN1297.1", "name": "TraesCS6A02G243500", "collection": "UNVALIDATED", "base_id": "UN1297", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1297.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1297.1/" }, { "matrix_id": "MA2747.1", "name": "TraesCS6A02G290800", "collection": "CORE", "base_id": "MA2747", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2747.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2747.1/" }, { "matrix_id": "MA2748.1", "name": "TraesCS6B02G321100", "collection": "CORE", "base_id": "MA2748", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2748.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2748.1/" }, { "matrix_id": "UN1286.1", "name": "TraesCS6B02G451300", "collection": "UNVALIDATED", "base_id": "UN1286", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1286.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1286.1/" } ] }