OpenΒ API
Developer Widgets
Embed FiveM native reference tools on your website β auto-link native names, add a search box, or embed info cards. All free, all open.
3Widgets
3API Endpoints
~3 KBPer Widget
Who is this for?
These widgets are built for FiveM community developers. Drop them onto any website β zero deps, zero config, just a single script tag.
πResource DocumentationAuto-link native names in your resource docs so users can hover & see signatures instantly.
π¬Community ForumsAdd the search widget to your FiveM forum sidebar β let users find natives without leaving your site.
πTutorial SitesEmbed native cards in your tutorials so readers can see full signatures, params, and examples inline.
πTebex / Store ListingsShowcase which natives your resource uses with embed cards β builds trust and helps buyers understand the code.
Rate Limiting
All API endpoints are protected by Upstash Redis-based sliding window rate limiting. Responses include X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset headers so you can adapt your request patterns.
30Requests / minute
429Status when exceeded
60sSliding window
Tip: The widgets already handle rate limits gracefully β they use debouncing and local caching. If you're building a custom integration, cache responses on your side and respect the
Retry-After header when you get a 429.429 response example
HTTP/1.1 429 Too Many Requests
X-RateLimit-Limit: 30
X-RateLimit-Remaining: 0
X-RateLimit-Reset: 1709424000000
Retry-After: 42
{ "error": "Too many requests. Please try again later." }SEO & Traffic Benefits
- βAuto-Linker creates real
<a>tags that search engines crawl β every linked native name becomes a backlink. - βSearch Widget footer includes a "Powered by cfxnatives.dev" link β natural, contextual referral traffic.
- βEmbed Cards show a "View full docs on cfxnatives.dev β" CTA β users click through for the full experience.
- βAll widgets use
rel="noopener"(not nofollow) β link equity flows through to cfxnatives.dev. - βSchema.org markup on the main site + widget backlinks build topical authority for "FiveM native" queries.