Analysis Interpro Identifier Relationship List
Retrieves InterPro identifiers for the given accession
Example:
---
`/analyses/MGYA00102827/interpro-identifiers`
GET /metagenomics/api/v1/analyses/MGYA00592911/interpro-identifiers?format=api
{ "links": { "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00592911/interpro-identifiers?format=api&page=1", "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00592911/interpro-identifiers?format=api&page=1", "next": null, "prev": null }, "data": [ { "type": "interpro-identifiers", "id": "IPR036640", "attributes": { "accession": "IPR036640", "count": 1, "description": "ABC transporter type 1, transmembrane domain superfamily" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036640?format=api" } }, { "type": "interpro-identifiers", "id": "IPR011527", "attributes": { "accession": "IPR011527", "count": 1, "description": "ABC transporter type 1, transmembrane domain" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011527?format=api" } }, { "type": "interpro-identifiers", "id": "IPR003439", "attributes": { "accession": "IPR003439", "count": 1, "description": "ABC transporter-like" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003439?format=api" } } ], "meta": { "pagination": { "page": 1, "pages": 1, "count": 3 } } }