Introduction

Get started with the EmuDevs API v1 - Programmatic access to resources, games, categories, and more.

Welcome to the EmuDevs API

The EmuDevs API v1 provides programmatic access to the EmuDevs platform, allowing you to integrate resources, games, categories, and user data into your applications.

Authentication

All API requests require authentication using an API key. Include your API key in the X-API-KEY header:

curl -H "X-API-KEY: your-api-key-here" https://api.emudevs.gg/v1/resources

You can generate your API key from your account settings.

Base URL

  • https://api.emudevs.gg

API Versioning

This documentation covers API v1. All endpoints are prefixed with /v1/.

Rate Limiting

API requests are rate-limited to ensure fair usage. Rate limit information is included in response headers.

Response Format

All API responses are returned in JSON format with snake_case field naming.

Getting Started

  1. Generate an API Key: Visit your developer settings to create an API key
  2. Explore Endpoints: Browse the available endpoints in the sidebar
  3. Make Your First Request: Use the interactive examples in each endpoint's documentation

Need Help?

If you encounter any issues or have questions about the API, please contact our support team at [email protected].