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=184
{ "count": 2981, "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=185", "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=183", "results": [ { "matrix_id": "MA1962.1", "name": "POU2F1::SOX2", "collection": "CORE", "base_id": "MA1962", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1962.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1962.1/" }, { "matrix_id": "MA0507.1", "name": "POU2F2", "collection": "CORE", "base_id": "MA0507", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0507.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0507.1/" }, { "matrix_id": "MA0507.2", "name": "POU2F2", "collection": "CORE", "base_id": "MA0507", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0507.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0507.2/" }, { "matrix_id": "MA0627.2", "name": "POU2F3", "collection": "CORE", "base_id": "MA0627", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0627.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0627.2/" }, { "matrix_id": "MA0786.1", "name": "POU3F1", "collection": "CORE", "base_id": "MA0786", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0786.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0786.1/" }, { "matrix_id": "MA0787.1", "name": "POU3F2", "collection": "CORE", "base_id": "MA0787", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0787.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0787.1/" }, { "matrix_id": "MA0788.1", "name": "POU3F3", "collection": "CORE", "base_id": "MA0788", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0788.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0788.1/" }, { "matrix_id": "MA0789.1", "name": "POU3F4", "collection": "CORE", "base_id": "MA0789", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0789.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0789.1/" }, { "matrix_id": "MA0790.1", "name": "POU4F1", "collection": "CORE", "base_id": "MA0790", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0790.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0790.1/" }, { "matrix_id": "MA0683.1", "name": "POU4F2", "collection": "CORE", "base_id": "MA0683", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0683.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0683.1/" } ] }