API Documentation
Integrate PlatPhorm Dictionary into applications, agents, crawlers, and research workflows. The public snapshot includes multilingual terms for growth marketing, social media marketing, Make, n8n, Zapier, IETF DNS, RFC 1918, CGNAT, ICE, STUN, TURN, and NAT traversal.
Generated multilingual definitions are source-labeled, machine-assisted, public-safe, and carry Flesch-Kincaid plus Emoji sentiment scores. Human-reviewed translations remain distinguished from machine-assisted drafts.
https://dictionary.platphormnews.com/api/v1/api/v1/termsList all approved terms with pagination
Params: locale, limit, offset, sort
/api/v1/terms/[slug]Get a specific term by slug
Params: locale
/api/v1/terms/randomGet a random term
Params: locale
/api/v1/searchSearch terms by query
Params: q, locale, limit
/api/v1/definitionsSubmit a new definition
Params: term, definition, example_usage, author_handle, locale, tags
/api/v1/definitions/[id]/voteVote on a definition
Params: vote_type (up/down)
curl -X POST https://dictionary.platphormnews.com/api/v1/definitions \
-H "Content-Type: application/json" \
-d '{
"term": "Vibe Check",
"definition": "An assessment of someone'"'"'s mood or energy...",
"example_usage": "Let me do a quick vibe check.",
"author_handle": "yourusername",
"locale": "en",
"tags": ["slang", "social"]
}'