Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit c4ed505

Browse files
Update README.md
1 parent 759026d commit c4ed505

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed

README.md

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,111 @@ Federal Data SDK built in the Swift programming language
55

66
### TODO:
77
* Add XML and other text (e.g. HTML) support
8+
9+
Documentation for this SDK can be found at [http://USDepartmentofLabor.github.io/Swift-Federal-Data-SDK](http://USDepartmentofLabor.github.io/Swift-Federal-Data-SDK).
10+
11+
Sample code for this SDK is coming soon.
12+
13+
# Federal API compatibility
14+
This SDK should work the following APIs. We encourage you to test this with the APIs below as well as other federal APIs:
15+
16+
## Business USA
17+
* [BusinessUSA Business Resource API](http://business.usa.gov/apis) - Data is received, but unusual first character trips-up the parser.
18+
19+
## Department of Commerce
20+
### Census Bureau
21+
* [All Datasets](http://www.census.gov/developers/) (because of the format of the output, use the didCompleteWithUnParsedResults callback method)
22+
23+
### NOAA
24+
* [Climate Data Online](http://www.ncdc.noaa.gov/cdo-web/)
25+
* [Severe Weather Data Inventory](http://www.ncdc.noaa.gov/cdo-web/)
26+
27+
## Department of Education
28+
* [All Datasets](http://www.ed.gov/developers)
29+
30+
## Department of Energy
31+
* [EIA (beta)](http://www.eia.gov/developer/)
32+
* [Fuel Economy](http://www.fueleconomy.gov/feg/ws/index.shtml)
33+
* [NREL](http://developer.nrel.gov)
34+
35+
## Department of Health and Human Services
36+
### Healthdata.gov
37+
* [Healthdata.gov API](http://www.healthdata.gov/developer)
38+
39+
### National Center for Health Statistics
40+
* [Health Indicators Warehouse](http://healthindicators.gov/Developers/)
41+
42+
### National Health Information Center
43+
* [Healthfinder.gov API](http://healthfinder.gov/developers/)
44+
45+
### National Institutes of Health
46+
* [DailyMed](http://dailymed.nlm.nih.gov/dailymed/help.cfm)
47+
* [DIRLINE](http://dirline.nlm.nih.gov/dirlineapi/DIRLINEWebService.html)
48+
* [Genetics Home Reference](http://ghr.nlm.nih.gov/LinkingTo)
49+
* [MedlinePlus Connect](http://www.nlm.nih.gov/medlineplus/connect/service.html)
50+
* [MedlinePlus HealthTopics](http://www.nlm.nih.gov/medlineplus/webservices.html)
51+
* [National Drug File-Reference Terminology (NDF-RT)](http://rxnav.nlm.nih.gov/NdfrtAPI.html)
52+
* [Pillbox (needs verification)](http://pillbox.nlm.nih.gov/API-documentation.html)
53+
* [RxNorm](http://rxnav.nlm.nih.gov/RxNormAPI.html)
54+
* [RxTerms](http://rxnav.nlm.nih.gov/RxTermsAPI.html)
55+
56+
### Substance Abuse and Mental Health Services Administration
57+
* [SAMHSA API](http://store.samhsa.gov/developer)
58+
59+
## Department of Labor
60+
* [All Datasets](http://developer.dol.gov) (SummerJobs+ service compatibility still needs work)
61+
62+
## Department of Transportation
63+
### FAA
64+
* [Airport Status and Delay API](http://services.faa.gov/)
65+
66+
### Federal Motor Carrier Safety Administration
67+
* [FMCSA API](https://mobile.fmcsa.dot.gov/developer)
68+
69+
## EPA
70+
* [Envirofacts API](http://www.epa.gov/developer/)
71+
72+
## FCC
73+
* [Public Inspection Files](https://stations.fcc.gov/developer/)
74+
* [Census Block Conversions](http://www.fcc.gov/developers/census-block-conversions-api)
75+
76+
## Federal Infrastructure Projects Permitting Dashboard (beta)
77+
* [performance.gov API](http://permits.performance.gov/developers-api)
78+
79+
## Federal Reserve Bank of St. Louis
80+
* [FRED](http://api.stlouisfed.org/)
81+
82+
## Integrated Taxonomic Information System
83+
* [ITIS API](http://www.itis.gov/ws_description.html)
84+
85+
## Millennium Challenge Corporation
86+
* [Selection Indicators API](http://data.mcc.gov/developer/)
87+
88+
## NASA
89+
* [NASA API](http://data.nasa.gov/api-info/)
90+
91+
## National Archives and Records Administration
92+
* [Federal Register API](http://www.federalregister.gov/blog/learn/developers)
93+
94+
## National Broadband Map
95+
* [All APIs](http://www.broadbandmap.gov/developer/)
96+
97+
## Office of Management and Budget
98+
* [usaspending.gov API](http://www.usaspending.gov/data?tab=API)
99+
100+
## Small Business Administration
101+
* [Business Licenses & Permits](http://www.sba.gov/about-sba-services/7615)
102+
* [Loans & Grants Search](http://www.sba.gov/about-sba-services/7616)
103+
* [Recommended Sites](http://www.sba.gov/about-sba-services/7630)
104+
* [U.S. City and County Web Data](http://www.sba.gov/about-sba-services/7617)
105+
106+
## Small Business Innovation Research (SBIR) program
107+
* [SBIR API](http://www.sbir.gov/apis)
108+
109+
## USA.gov
110+
* [go.USA.gov URL shortener](https://go.usa.gov/api)
111+
* [Mobile App Gallery](http://www.usa.gov/About/developer-resources/mobile-app-gallery/index.shtml)
112+
* [Social Media Registry](http://www.usa.gov/About/developer-resources/social-media-registry.shtml) (returns HTML)
113+
114+
## White House
115+
* [Policy Snapshots JSON Feed](http://www.whitehouse.gov/developers)

0 commit comments

Comments
 (0)