Developer API
Australian Fast Food Nutrition API
Search restaurants, menu items, calories, protein, carbs, fat and sodium from Aussie Fast Food Macros.
A read-only menu nutrition API covering Australian fast-food chains, built from official-source data where available — the same data this site's Search, Browse and Compare are built on. Useful for calorie trackers, meal planners, dashboards, internal tools and apps that need Australian fast-food nutrition figures without maintaining their own dataset.
What's available
- ✓Restaurant list
- ✓Item search
- ✓Vendor menu items
- ✓Item detail
- ✓Variants and defaults (e.g. protein filling, bun choice, pizza crust/size)
- ✓Per-serving nutrition
- ✓Per 100g / per 100mL where available
- ✓PEI (Protein Efficiency Index) where available
Try it
curl -H "Authorization: Bearer affm_live_<your key>" \
"https://aussiefastfoodmacros.com/api/v1/items/search?q=wicked"Endpoints
| GET | /api/v1/manifest |
| GET | /api/v1/vendors |
| GET | /api/v1/vendors/:vendorSlug/items |
| GET | /api/v1/items/search |
| GET | /api/v1/items/:itemId |
| GET | /api/v1/items/by-slug/:vendorSlug/:categorySlug/:itemSlug |
Pricing & tiers
Free beta access is available now. Builder and Commercial access are available by request during beta — there's no self-serve payment yet, so those are manually approved rather than instant.
Free
A$0
- 3,000 requests/month
- 100 requests/hour
- Testing, prototypes, non-commercial projects
- Not without approval
- Attribution required
Free beta access — approval based.
Builder
A$9.90/month
- 50,000 requests/month
- 300 requests/hour
- Indie apps, dashboards, small tools
- Light commercial use allowed
- Attribution preferred
Available by request during beta — manual approval, no self-serve payment yet.
Commercial
A$29.90/month
- 250,000 requests/month
- 1,500 requests/hour
- Production apps, coaching tools, commercial products
- Commercial use allowed
- Attribution optional
Available by request during beta — manual approval, no self-serve payment yet.
Enterprise / Custom
Contact us
- Custom quota
- Custom rate limit
- Bulk sync, high traffic, partner use, special terms, white-label
- Commercial use allowed
- No attribution required
Manual approval only — limits and terms set per customer.
Good to know
- Every request needs an Admin-issued API key — there is no unauthenticated access.
- Data is read-only. No write endpoints exist or are planned.
- API keys can be revoked at any time for abuse, and rate/monthly limits are enforced per key.
- This isn't an official partnership with any restaurant — nutrition figures come from each vendor's own official-source data, and you should always verify against the official retailer for anything that matters (allergens, current pricing, menu availability).
- For public mobile apps: use your own backend/proxy rather than embedding a high-limit key in the app binary. APKs and app bundles can be inspected/decompiled, so any key shipped inside one is effectively public. A small backend/proxy you control keeps your key private and lets you cache responses and apply your own rate limiting on top — for a personal project or a small trusted-user beta a direct key is fine, but don't ship one inside an app anyone can download.
Request access
Fill this in and we'll follow up by email. Free-tier requests are approval-based but usually quick during the beta; Builder/Commercial/Enterprise take a little longer since they're reviewed by hand.
Questions about the API? Get in touch.
