See up to date API here: https://docs.manifold.markets/api
<aside> 💡 Our API is still in alpha — things may change or break at any time!
</aside>
Manifold currently supports a basic, read-only API for getting information about our markets.
If you have questions, come chat with us on Discord. We’d love to hear about what you build!
/v0/markets
Example request
[<http://manifold.markets/api/v0/markets>](<http://manifold.markets/api/v0/markets>)
Example response
Response type: Array of LiteMarket
/v0/market/[marketId]
Example request
[<https://manifold.markets/api/v0/market/3zspH9sSzMlbFQLn9GKR>](<https://manifold.markets/api/v0/market/3zspH9sSzMlbFQLn9GKR>)
Example response
Response type: A FullMarket
/v0/slug/[marketSlug]
This is a convenience endpoint for getting info about a market from it slug (everything after the last slash in a market’s URL).