FFXIV Collect

API

Comprehensive Final Fantasy XIV collectables data API

Visit Website

Overview

FFXIV Collect API offers RESTful access to Final Fantasy XIV collectables data including mounts, minions, emotes, titles, orchestrion rolls, bardings, and more. Responses are formatted in JSON. Endpoints support filtering by category (e.g., mounts), expansion (e.g., Endwalker), or acquisition method (e.g., raid drops). Use cases include building fan-made collectable trackers, integrating data into game guide websites, creating Discord bots for collectable lookups, or developing personal progress tools for FFXIV players.

Example Integration (JavaScript)

script.js JS

fetch('https://ffxivcollect.com/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful architecture
  • JSON response format
  • No authentication required
  • Comprehensive collectables coverage
  • Filtering by category/expansion

Frequently Asked Questions

? Is FFXIV Collect free to use?

Yes, the FFXIV Collect API is free for non-commercial use.

? Does it require an API Key?

No, the API does not require authentication or an API key for access.

? What is the response format?

All responses from the FFXIV Collect API are in JSON format.

Top Alternatives

People Also Ask about FFXIV Collect

FFXIV Collect 2025 review

Tool Info

Pricing Free
Category Games & Comics
Platform Public API

Pros

  • Free to use
  • Regularly updated with FFXIV patches
  • Wide range of collectable types
  • Easy to integrate into projects

Cons

  • Rate-limited for high-volume requests
  • No official support SLA
  • Non-commercial use only (assumed)

More Games & Comics Tools