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

GET /metagenomics/api/v1/analyses/MGYA00645746/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/MGYA00645746/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00645746/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR027351",
            "attributes": {
                "accession": "IPR027351",
                "count": 6,
                "description": "(+) RNA virus helicase core domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR027351?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001788",
            "attributes": {
                "accession": "IPR001788",
                "count": 4,
                "description": "Tymovirus, RNA-dependent RNA polymerase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001788?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002588",
            "attributes": {
                "accession": "IPR002588",
                "count": 3,
                "description": "Alphavirus-like methyltransferase (MT) domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002588?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR028919",
            "attributes": {
                "accession": "IPR028919",
                "count": 2,
                "description": "Viral movement protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR028919?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001022",
            "attributes": {
                "accession": "IPR001022",
                "count": 2,
                "description": "Tobamoviral movement protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001022?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000052",
            "attributes": {
                "accession": "IPR000052",
                "count": 2,
                "description": "Potex/carlavirus coat protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000052?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036417",
            "attributes": {
                "accession": "IPR036417",
                "count": 1,
                "description": "Tobacco mosaic virus-like, coat protein superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036417?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003411",
            "attributes": {
                "accession": "IPR003411",
                "count": 1,
                "description": "Viral coat protein 7kDa"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003411?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001896",
            "attributes": {
                "accession": "IPR001896",
                "count": 1,
                "description": "Plant virus coat protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001896?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001337",
            "attributes": {
                "accession": "IPR001337",
                "count": 1,
                "description": "Tobacco mosaic virus-like, coat protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001337?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 10
        }
    }
}