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=58
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=59", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=57", "results": [ { "matrix_id": "MA1142.1", "name": "FOSL1::JUND", "collection": "CORE", "base_id": "MA1142", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1142.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1142.1/" }, { "matrix_id": "MA1143.1", "name": "FOSL1::JUND(var.2)", "collection": "CORE", "base_id": "MA1143", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1143.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1143.1/" }, { "matrix_id": "MA0478.1", "name": "FOSL2", "collection": "CORE", "base_id": "MA0478", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0478.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0478.1/" }, { "matrix_id": "MA1130.1", "name": "FOSL2::JUN", "collection": "CORE", "base_id": "MA1130", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1130.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1130.1/" }, { "matrix_id": "MA1131.1", "name": "FOSL2::JUN(var.2)", "collection": "CORE", "base_id": "MA1131", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1131.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1131.1/" }, { "matrix_id": "MA1138.1", "name": "FOSL2::JUNB", "collection": "CORE", "base_id": "MA1138", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1138.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1138.1/" }, { "matrix_id": "MA1139.1", "name": "FOSL2::JUNB(var.2)", "collection": "CORE", "base_id": "MA1139", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1139.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1139.1/" }, { "matrix_id": "MA1144.1", "name": "FOSL2::JUND", "collection": "CORE", "base_id": "MA1144", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1144.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1144.1/" }, { "matrix_id": "MA1145.1", "name": "FOSL2::JUND(var.2)", "collection": "CORE", "base_id": "MA1145", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1145.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1145.1/" }, { "matrix_id": "MA0148.1", "name": "FOXA1", "collection": "CORE", "base_id": "MA0148", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0148.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0148.1/" } ] }