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

GET /metagenomics/api/v1/analyses/MGYA00044011/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/MGYA00044011/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00044011/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR001851",
            "attributes": {
                "accession": "IPR001851",
                "count": 2,
                "description": "ABC transporter, permease"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001851?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR012340",
            "attributes": {
                "accession": "IPR012340",
                "count": 2,
                "description": "Nucleic acid-binding, OB-fold"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR012340?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006683",
            "attributes": {
                "accession": "IPR006683",
                "count": 2,
                "description": "Thioesterase domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006683?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003736",
            "attributes": {
                "accession": "IPR003736",
                "count": 2,
                "description": "Phenylacetic acid degradation-related domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003736?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR029069",
            "attributes": {
                "accession": "IPR029069",
                "count": 2,
                "description": "HotDog domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR029069?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR004365",
            "attributes": {
                "accession": "IPR004365",
                "count": 2,
                "description": "OB-fold nucleic acid binding domain, AA-tRNA synthetase-type"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR004365?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001789",
            "attributes": {
                "accession": "IPR001789",
                "count": 1,
                "description": "Signal transduction response regulator, receiver domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001789?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR016181",
            "attributes": {
                "accession": "IPR016181",
                "count": 1,
                "description": "Acyl-CoA N-acyltransferase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR016181?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR016040",
            "attributes": {
                "accession": "IPR016040",
                "count": 1,
                "description": "NAD(P)-binding domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR016040?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 9
        }
    }
}