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=151
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=152", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=150", "results": [ { "matrix_id": "MA0052.3", "name": "MEF2A", "collection": "CORE", "base_id": "MA0052", "version": "3", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0052.3.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0052.3/" }, { "matrix_id": "MA0052.4", "name": "MEF2A", "collection": "CORE", "base_id": "MA0052", "version": "4", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0052.4.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0052.4/" }, { "matrix_id": "MA0660.1", "name": "MEF2B", "collection": "CORE", "base_id": "MA0660", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0660.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0660.1/" }, { "matrix_id": "MA0497.1", "name": "MEF2C", "collection": "CORE", "base_id": "MA0497", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0497.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0497.1/" }, { "matrix_id": "MA0773.1", "name": "MEF2D", "collection": "CORE", "base_id": "MA0773", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0773.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0773.1/" }, { "matrix_id": "MA0498.2", "name": "MEIS1", "collection": "CORE", "base_id": "MA0498", "version": "2", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0498.2.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0498.2/" }, { "matrix_id": "MA1639.1", "name": "MEIS1(var.2)", "collection": "CORE", "base_id": "MA1639", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1639.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1639.1/" }, { "matrix_id": "MA0774.1", "name": "MEIS2", "collection": "CORE", "base_id": "MA0774", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0774.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0774.1/" }, { "matrix_id": "MA1640.1", "name": "MEIS2(var.2)", "collection": "CORE", "base_id": "MA1640", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1640.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1640.1/" }, { "matrix_id": "MA0775.1", "name": "MEIS3", "collection": "CORE", "base_id": "MA0775", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0775.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0775.1/" } ] }