Mue
  • Marketplace
  • Showcase
  • Blog
  • Contact
Download

Modifiable. User-centric. Experience.
That's Mue.

Checking status...
GitHubTwitter

Product

  • Download
  • Demo
  • Marketplace
  • Blog

Resources

  • Documentation
  • API
  • FAQ
  • Status
  • Changelog
  • GitHub

Community

  • Join Discord
  • Twitter
  • Showcase
  • Contribute Addon
  • Contact

Legal

  • Privacy
  • License
  • DMCA

© 2019-2025 The Mue Authors. Licensed under BSD-3-Clause. All rights reserved.

Command Palette

Search for a command to run...

API3
Changelog
Endpoints
Introduction
Development
FAQ
Installation
Introduction
Marketplace4
Changelog
Creating Add-ons
Introduction
Submitting Add-ons
Translations
  1. Documentation
  2. API
  3. Introduction

Introduction

1 min read

Command Palette

Search for a command to run...

Mue comes with an API which is used by default to get random images and quotes curated by the Mue team. Please note that unlike the rest of Mue, these images are not free to be used without permission from the photographer.

Information

Base URL: https://api.muetab.com

Ratelimits are per route:

# Public
/ - 30 requests per minute
/images/random - 100 requests per minute
/images/photographers - 50 requests per minute
/images/categories - 50 requests per minute
/quotes/random - 100 requests per minute
/quotes/languages - 50 requests per minute
# Admin
/images/add - 10 requests per minute
/images/delete - 10 requests per minute
PreviousEndpoints
Next Development

Missing something?

Our docs live in the open. If you see a gap, jump in and improve them.

Contribute on GitHub

On this page

  • Information