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=44
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=45", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=43", "results": [ { "matrix_id": "MA1414.1", "name": "E2FA", "collection": "CORE", "base_id": "MA1414", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1414.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1414.1/" }, { "matrix_id": "MA0189.1", "name": "E5", "collection": "CORE", "base_id": "MA0189", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0189.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0189.1/" }, { "matrix_id": "MA0154.1", "name": "EBF1", "collection": "CORE", "base_id": "MA0154", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0154.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0154.1/" }, { "matrix_id": "MA0154.2", "name": "EBF1", "collection": "CORE", "base_id": "MA0154", "version": "2", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0154.2.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0154.2/" }, { "matrix_id": "MA0154.3", "name": "EBF1", "collection": "CORE", "base_id": "MA0154", "version": "3", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0154.3.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0154.3/" }, { "matrix_id": "MA0292.1", "name": "ECM22", "collection": "CORE", "base_id": "MA0292", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0292.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0292.1/" }, { "matrix_id": "MA0293.1", "name": "ECM23", "collection": "CORE", "base_id": "MA0293", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0293.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0293.1/" }, { "matrix_id": "MA0294.1", "name": "EDS1", "collection": "CORE", "base_id": "MA0294", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0294.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0294.1/" }, { "matrix_id": "MA0990.1", "name": "EDT1", "collection": "CORE", "base_id": "MA0990", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0990.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0990.1/" }, { "matrix_id": "MA0162.2", "name": "EGR1", "collection": "CORE", "base_id": "MA0162", "version": "2", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0162.2.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0162.2/" } ] }