Universalis
APIReal-time Final Fantasy XIV Market Board Data API
Overview
The Universalis API provides real-time and historical market board data for Final Fantasy XIV (FFXIV), including item prices, listings, sales history, and stock levels across all game data centers and worlds. It offers RESTful endpoints to query specific items, worlds, or data centers, with JSON-formatted responses. Use cases include building third-party FFXIV tools (price trackers, crafting calculators), integrating market data into stream overlays, or analyzing in-game economic trends for players and content creators.
Example Integration (JavaScript)
fetch('https://universalis.app/docs/index.html')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON Response Format
- Real-time Market Data
- Historical Sales Trends
- Cross-World/Data Center Support
- No Authentication Required
Frequently Asked Questions
? Is Universalis free to use?
Yes, the Universalis API is completely free for personal and non-commercial use without subscription fees.
? Does it require an API Key?
No, the Universalis API does not require authentication or an API key to access its endpoints.
? What is the response format?
All responses from the Universalis API are in JSON format, ensuring easy parsing and integration into applications.
Top Alternatives
People Also Ask about Universalis
Tool Info
Pros
- ⊕ Free to Use
- ⊕ Comprehensive FFXIV Market Data
- ⊕ Easy-to-Understand Endpoints
- ⊕ Regular Data Updates
- ⊕ Covers All Game Worlds
Cons
- ⊖ Rate Limits Apply
- ⊖ No Official SLA
- ⊖ Data Dependent on Community Contributors