Retrieves InterPro identifiers for the given accession
Example:
---
`/analyses/MGYA00102827/interpro-identifiers`

GET /metagenomics/api/v1/analyses/MGYA00697874/interpro-identifiers?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "links": {
        "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00697874/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00697874/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR011990",
            "attributes": {
                "accession": "IPR011990",
                "count": 2,
                "description": "Tetratricopeptide-like helical domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011990?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036388",
            "attributes": {
                "accession": "IPR036388",
                "count": 1,
                "description": "Winged helix-like DNA-binding domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036388?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR035906",
            "attributes": {
                "accession": "IPR035906",
                "count": 1,
                "description": "MetI-like superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR035906?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR015365",
            "attributes": {
                "accession": "IPR015365",
                "count": 1,
                "description": "Elongation factor P, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR015365?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR014722",
            "attributes": {
                "accession": "IPR014722",
                "count": 1,
                "description": "Ribosomal protein L2 domain 2"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR014722?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013852",
            "attributes": {
                "accession": "IPR013852",
                "count": 1,
                "description": "Translation elongation factor P/YeiP, conserved site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013852?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013185",
            "attributes": {
                "accession": "IPR013185",
                "count": 1,
                "description": "Translation elongation factor, KOW-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013185?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011768",
            "attributes": {
                "accession": "IPR011768",
                "count": 1,
                "description": "Translation elongation factor P"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011768?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR010065",
            "attributes": {
                "accession": "IPR010065",
                "count": 1,
                "description": "Amino acid ABC transporter, permease protein, 3-TM domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR010065?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR004184",
            "attributes": {
                "accession": "IPR004184",
                "count": 1,
                "description": "Pyruvate formate lyase domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR004184?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001867",
            "attributes": {
                "accession": "IPR001867",
                "count": 1,
                "description": "OmpR/PhoB-type DNA-binding domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001867?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001059",
            "attributes": {
                "accession": "IPR001059",
                "count": 1,
                "description": "Translation elongation factor P/YeiP, central"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001059?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 12
        }
    }
}