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=211
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=212", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=210", "results": [ { "matrix_id": "MA0370.1", "name": "RME1", "collection": "CORE", "base_id": "MA0370", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0370.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0370.1/" }, { "matrix_id": "PF0154.1", "name": "RNCTGNYNRNCTGNY", "collection": "PHYLOFACTS", "base_id": "PF0154", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0154.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0154.1/" }, { "matrix_id": "PF0140.1", "name": "RNGTGGGC", "collection": "PHYLOFACTS", "base_id": "PF0140", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0140.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0140.1/" }, { "matrix_id": "PF0122.1", "name": "RNTCANNRNNYNATTW", "collection": "PHYLOFACTS", "base_id": "PF0122", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0122.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0122.1/" }, { "matrix_id": "UN0274.1", "name": "RO3G_06280", "collection": "UNVALIDATED", "base_id": "UN0274", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0274.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0274.1/" }, { "matrix_id": "MA0071.1", "name": "RORA", "collection": "CORE", "base_id": "MA0071", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0071.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0071.1/" }, { "matrix_id": "MA0072.1", "name": "RORA(var.2)", "collection": "CORE", "base_id": "MA0072", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0072.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0072.1/" }, { "matrix_id": "MA1150.1", "name": "RORB", "collection": "CORE", "base_id": "MA1150", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1150.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1150.1/" }, { "matrix_id": "MA1151.1", "name": "RORC", "collection": "CORE", "base_id": "MA1151", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1151.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1151.1/" }, { "matrix_id": "MA0371.1", "name": "ROX1", "collection": "CORE", "base_id": "MA0371", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0371.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0371.1/" } ] }