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=57
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=58", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=56", "results": [ { "matrix_id": "MA1126.1", "name": "FOS::JUN(var.2)", "collection": "CORE", "base_id": "MA1126", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1126.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1126.1/" }, { "matrix_id": "MA1134.1", "name": "FOS::JUNB", "collection": "CORE", "base_id": "MA1134", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1134.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1134.1/" }, { "matrix_id": "MA1141.1", "name": "FOS::JUND", "collection": "CORE", "base_id": "MA1141", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1141.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1141.1/" }, { "matrix_id": "MA1127.1", "name": "FOSB::JUN", "collection": "CORE", "base_id": "MA1127", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1127.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1127.1/" }, { "matrix_id": "MA1135.1", "name": "FOSB::JUNB", "collection": "CORE", "base_id": "MA1135", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1135.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1135.1/" }, { "matrix_id": "MA1136.1", "name": "FOSB::JUNB(var.2)", "collection": "CORE", "base_id": "MA1136", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1136.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1136.1/" }, { "matrix_id": "MA0477.1", "name": "FOSL1", "collection": "CORE", "base_id": "MA0477", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0477.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0477.1/" }, { "matrix_id": "MA1128.1", "name": "FOSL1::JUN", "collection": "CORE", "base_id": "MA1128", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1128.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1128.1/" }, { "matrix_id": "MA1129.1", "name": "FOSL1::JUN(var.2)", "collection": "CORE", "base_id": "MA1129", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1129.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1129.1/" }, { "matrix_id": "MA1137.1", "name": "FOSL1::JUNB", "collection": "CORE", "base_id": "MA1137", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1137.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1137.1/" } ] }