{"openapi":"3.1.0","info":{"title":"fundedyield public API","version":"1.0.0","summary":"Read-only data on futures prop firms, trading platforms and their compatibility.","description":"Every value is published on the site and carries a verification date. A `null` numeric field means the figure is not published by the vendor. It never means zero, and it must not be rendered as zero. Reuse is allowed under CC BY 4.0 with the attribution: Data by fundedyield.com, CC BY 4.0.","license":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/"},"contact":{"name":"fundedyield","url":"https://fundedyield.com/en/contact","email":"hello@fundedyield.com"}},"servers":[{"url":"https://fundedyield.com/api/v1"}],"paths":{"/firms":{"get":{"summary":"Published prop firms","responses":{"200":{"description":"List of firms","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/Meta"},"data":{}},"required":["meta","data"]}}}}}}},"/firms/{slug}":{"get":{"summary":"One prop firm with its programmes, platforms and country positions","parameters":[{"name":"slug","in":"path","required":true,"description":"Identifiant d'URL de l'entité, tel qu'il apparaît sur le site.","schema":{"type":"string","pattern":"^[a-z0-9-]+$"}}],"responses":{"200":{"description":"Firm","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/Meta"},"data":{}},"required":["meta","data"]}}}},"404":{"description":"Unknown or unpublished firm","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/Meta"},"data":{}},"required":["meta","data"]}}}}}}},"/platforms":{"get":{"summary":"Published trading platforms","responses":{"200":{"description":"List of platforms","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/Meta"},"data":{}},"required":["meta","data"]}}}}}}},"/platforms/{slug}":{"get":{"summary":"One platform with its pricing, features and prop firm support","parameters":[{"name":"slug","in":"path","required":true,"description":"Identifiant d'URL de l'entité, tel qu'il apparaît sur le site.","schema":{"type":"string","pattern":"^[a-z0-9-]+$"}}],"responses":{"200":{"description":"Platform","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/Meta"},"data":{}},"required":["meta","data"]}}}},"404":{"description":"Unknown or unpublished platform","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/Meta"},"data":{}},"required":["meta","data"]}}}}}}},"/compatibility":{"get":{"summary":"Every documented firm and platform pair","description":"An absent pair means undocumented, never unsupported. No refusal is asserted without a dated source.","responses":{"200":{"description":"Compatibility matrix","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/Meta"},"data":{}},"required":["meta","data"]}}}}}}},"/codes":{"get":{"summary":"Active discount codes with their verification date","description":"Codes without a verification date are not exposed.","responses":{"200":{"description":"Codes","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/Meta"},"data":{}},"required":["meta","data"]}}}}}}},"/changelog":{"get":{"summary":"Public record of rule and pricing changes","responses":{"200":{"description":"Changelog","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/Meta"},"data":{}},"required":["meta","data"]}}}}}}}},"components":{"schemas":{"Meta":{"type":"object","properties":{"version":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"license":{"type":"string","format":"uri"},"attribution":{"type":"string"},"source":{"type":"string","format":"uri"},"count":{"type":"integer"}},"required":["version","generatedAt","license","attribution","source"]}}}}