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=156
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=157", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=155", "results": [ { "matrix_id": "MA1169.1", "name": "MYB105", "collection": "CORE", "base_id": "MA1169", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1169.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1169.1/" }, { "matrix_id": "UN0366.1", "name": "MYB107", "collection": "UNVALIDATED", "base_id": "UN0366", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0366.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0366.1/" }, { "matrix_id": "MA1036.1", "name": "MYB111", "collection": "CORE", "base_id": "MA1036", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1036.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1036.1/" }, { "matrix_id": "MA1181.1", "name": "MYB113", "collection": "CORE", "base_id": "MA1181", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1181.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1181.1/" }, { "matrix_id": "MA1170.1", "name": "MYB118", "collection": "CORE", "base_id": "MA1170", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1170.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1170.1/" }, { "matrix_id": "MA1176.1", "name": "MYB119", "collection": "CORE", "base_id": "MA1176", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1176.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1176.1/" }, { "matrix_id": "MA1426.1", "name": "MYB124", "collection": "CORE", "base_id": "MA1426", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1426.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1426.1/" }, { "matrix_id": "MA0574.1", "name": "MYB15", "collection": "CORE", "base_id": "MA0574", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0574.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0574.1/" }, { "matrix_id": "MA1037.1", "name": "MYB24", "collection": "CORE", "base_id": "MA1037", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1037.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1037.1/" }, { "matrix_id": "MA1292.1", "name": "MYB27", "collection": "CORE", "base_id": "MA1292", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1292.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1292.1/" } ] }