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

GET /metagenomics/api/v1/analyses/MGYA00566912/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/MGYA00566912/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566912/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR000905",
            "attributes": {
                "accession": "IPR000905",
                "count": 3,
                "description": "Gcp-like domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000905?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000160",
            "attributes": {
                "accession": "IPR000160",
                "count": 3,
                "description": "GGDEF domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000160?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR042111",
            "attributes": {
                "accession": "IPR042111",
                "count": 1,
                "description": "Adenylosuccinate synthetase, domain 3"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR042111?format=api"
            }
        },
        {
            "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": "IPR024302",
            "attributes": {
                "accession": "IPR024302",
                "count": 1,
                "description": "SusD-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR024302?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR023614",
            "attributes": {
                "accession": "IPR023614",
                "count": 1,
                "description": "Porin domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR023614?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR012131",
            "attributes": {
                "accession": "IPR012131",
                "count": 1,
                "description": "Histidinol dehydrogenase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR012131?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011650",
            "attributes": {
                "accession": "IPR011650",
                "count": 1,
                "description": "Peptidase M20, dimerisation domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011650?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": "IPR011049",
            "attributes": {
                "accession": "IPR011049",
                "count": 1,
                "description": "Serralysin-like metalloprotease, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011049?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR008640",
            "attributes": {
                "accession": "IPR008640",
                "count": 1,
                "description": "Head domain of trimeric autotransporter adhesin"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008640?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001114",
            "attributes": {
                "accession": "IPR001114",
                "count": 1,
                "description": "Adenylosuccinate synthetase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001114?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000131",
            "attributes": {
                "accession": "IPR000131",
                "count": 1,
                "description": "ATP synthase, F1 complex, gamma subunit"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000131?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 13
        }
    }
}