{ "opencollection": "1.0.0", "info": { "name": "ConceptNet REST Concepts API", "version": "5.7" }, "items": [ { "info": { "name": "Concepts", "type": "folder" }, "items": [ { "info": { "name": "Look up a concept node", "type": "http" }, "http": { "method": "GET", "url": "https://api.conceptnet.io/c/:language/:term", "params": [ { "name": "language", "value": "", "type": "path", "description": "BCP-47 language code (e.g. en, fr, de, zh, ja, es)" }, { "name": "term", "value": "", "type": "path", "description": "Concept term in the given language, with spaces replaced by underscores (e.g. french_toast, dog, run_away)" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination (0-100000)" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return (0-1000)" }, { "name": "grouped", "value": "", "type": "query", "description": "When true, groups edges by relation type rather than returning a flat list." } ] }, "docs": "Returns a JSON-LD node object for the concept identified by language and term. The response includes all edges (assertions) connecting the concept to other concepts, paginated via offset and limit. The term may include underscores in place of spaces and an optional sense disambiguation suffix (e.g. /c/en/lead/n for the noun sense of \"lead\")." }, { "info": { "name": "Look up a sense-disambiguated concept node", "type": "http" }, "http": { "method": "GET", "url": "https://api.conceptnet.io/c/:language/:term/:sense", "params": [ { "name": "language", "value": "", "type": "path", "description": "BCP-47 language code (e.g. en, fr, de, zh, ja, es)" }, { "name": "term", "value": "", "type": "path", "description": "Concept term in the given language, with spaces replaced by underscores (e.g. french_toast, dog, run_away)" }, { "name": "sense", "value": "", "type": "path", "description": "Part-of-speech tag or sense identifier (e.g. n, v, a, r)" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination (0-100000)" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return (0-1000)" } ] }, "docs": "Returns a JSON-LD node object for a specific word sense of the concept. The sense component is a part-of-speech tag (n, v, a, r) or a more specific sense identifier. For example, /c/en/lead/n returns the noun sense of \"lead\" while /c/en/lead/v returns the verb sense." } ] } ], "bundled": true }