Searchcomplete

This data call returns example resource that are directly or indirectly related to the given input.

https://stat.ripe.net/data/searchcomplete/data.<format>?<parameters> 

e.g. https://stat.ripe.net/data/searchcomplete/data.json?resource=RIPE

Parameters

Key Value Info Required
resource term that should tried to be matched against resources - YES
limit number Defines how many suggestions are returned per category NO - default: 6

Output

Data

Key Info
categories This contains a list of objects each with a "category" and a "suggestions" property, which contains the suggestions and defines the category they are belonging to.
resource Reflects the query term that the suggestions are based on.
limit The maximum number of suggestions per category.

Example

"data": {
        "categories": [
            {
                "category": "ASNs", 
                "suggestions": [
                    {
                        "description": "RIPE-MEETING-AS Reseaux IP Europeens Network Coordination Centre (RIPE NCC)", 
                        "label": "AS2121", 
                        "value": "AS2121"
                    }, 
                    {
                        "description": "RIPE-NCC-AS Reseaux IP Europeens Network Coordination Centre (RIPE NCC)", 
                        "label": "AS3333", 
                        "value": "AS3333"
                    }, 
                    {
                        "description": "RIPE-NCC-RIS-AS Reseaux IP Europeens Network Coordination Centre (RIPE NCC)", 
                        "label": "AS12654", 
                        "value": "AS12654"
                    }
                ]
            }, 
            {
                "category": "Domains", 
                "suggestions": [
                    {
                        "description": "ripe.net ranks #11414 on Alexa.com", 
                        "label": "ripe.net", 
                        "value": "ripe.net"
                    }, 
                    {
                        "description": "riper.am ranks #26348 on Alexa.com", 
                        "label": "riper.am", 
                        "value": "riper.am"
                    }
                ]
            }, 
            ...
            {
                "category": "Special", 
                "suggestions": [
                    {
                        "description": "Go to the RIPE Atlas Measurement Targets widget", 
                        "label": "RIPE Atlas Measurement Targets", 
                        "link": "/widget/atlas-targets", 
                        "value": "Go to RIPE Atlas Measurement Targets"
                    }, 
                    {
                        "description": "Go to the RIPE Atlas Probes widget", 
                        "label": "RIPE Atlas Probes", 
                        "link": "/widget/atlas-probes", 
                        "value": "Go to RIPE Atlas Probes"
                    }
                ]
            }
        ], 
        "limit": 3, 
        "query_term": "RIPE", 
        "query_time": "2014-01-09T12:57:00"
    }, 

deprecated - n.a.

-

upcoming - n.a.

-