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

GET /metagenomics/api/v1/analyses/MGYA00566890/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/MGYA00566890/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566890/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR036514",
            "attributes": {
                "accession": "IPR036514",
                "count": 2,
                "description": "SGNH hydrolase superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036514?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013785",
            "attributes": {
                "accession": "IPR013785",
                "count": 2,
                "description": "Aldolase-type TIM barrel"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013785?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR012429",
            "attributes": {
                "accession": "IPR012429",
                "count": 2,
                "description": "Domain of unknown function DUF1624"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR012429?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR029062",
            "attributes": {
                "accession": "IPR029062",
                "count": 1,
                "description": "Class I glutamine amidotransferase-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR029062?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR029020",
            "attributes": {
                "accession": "IPR029020",
                "count": 1,
                "description": "Ammonium/urea transporter"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR029020?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR024041",
            "attributes": {
                "accession": "IPR024041",
                "count": 1,
                "description": "Ammonium transporter AmtB-like domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR024041?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR023091",
            "attributes": {
                "accession": "IPR023091",
                "count": 1,
                "description": "Metalloprotease catalytic domain, predicted"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR023091?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR017926",
            "attributes": {
                "accession": "IPR017926",
                "count": 1,
                "description": "Glutamine amidotransferase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR017926?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR005720",
            "attributes": {
                "accession": "IPR005720",
                "count": 1,
                "description": "Dihydroorotate dehydrogenase domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR005720?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR005311",
            "attributes": {
                "accession": "IPR005311",
                "count": 1,
                "description": "Penicillin-binding protein, dimerisation domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR005311?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002036",
            "attributes": {
                "accession": "IPR002036",
                "count": 1,
                "description": "Endoribonuclease YbeY"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002036?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 11
        }
    }
}