GSA / slash-developer-pages

A lightweight listing of /developer pages in government, including embed-ready html code and structured xml.
http://18f.github.io/API-All-the-X/pages/status
61 stars 23 forks source link

new FDIC api #183

Open gbinal opened 9 years ago

gbinal commented 9 years ago

uman-facing app http://research.fdic.gov/bankfind/

API examples

Search for Bank by Name https://odata.fdic.gov/v1/financial-institution/Bank?$format=json&$inlinecount=allpages&$filter=(substringof(%27THIRD%20NATIONAL%27,name))

Bank Detail https://odata.fdic.gov/v1/financial-institution/Institution?$format=json&$filter=certNumber%20eq%204569

Branches for a Bank https://odata.fdic.gov/v1/financial-institution/Branch?$format=json&$inlinecount=allpages&$filter=certNumber%20eq%204569