Getting Started

Our API provides access to our comprehensive GAG recipe database. All endpoints return JSON data and support CORS for web applications.

Base URL

https://api.ultramaxlink.win/v1/

Endpoints

GET /recipes

Retrieve all GAG recipes with optional filtering.

Parameters:

  • rarity - Filter by rarity (common, rare, epic, legendary)
  • min_points - Minimum Pig Points value
  • ingredient - Filter by ingredient name

Example:

GET /recipes?rarity=legendary&min_points=1000

GET /recipes/{id}

Get details for a specific recipe by ID.

Example:

GET /recipes/prismatic-pizza

GET /ingredients

Get list of all available ingredients.

Example:

GET /ingredients

Rate Limits

API requests are limited to 100 requests per minute per IP address. Contact us for higher limits.

Support

For API support, please contact us or join our Discord server.