We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples:
http://naics-api.herokuapp.com/v0/q?year=2012&code=446199&above=1 (44-45 is the 2-digit, top level code, which is returned as null)
http://naics-api.herokuapp.com/v0/q?year=2012&code=31-33&above=1 (does not work)
http://naics-api.herokuapp.com/v0/q?year=2012&code=31&above=1 (works, but also returns the 31-33 entry)
The text was updated successfully, but these errors were encountered:
Some progress has been made here. Current issues:
http://naics-api.herokuapp.com/v0/q?year=2012&code=44-45&below=1
Expected: All NAICS codes that start with 44 or 45.
Returned: Nothing.
http://naics-api.herokuapp.com/v0/q?year=2012&code=44-45&above=1
Expected: Nothing.
Returned: Code 44-45, with two additional null entries.
Sorry, something went wrong.
No branches or pull requests
Examples:
http://naics-api.herokuapp.com/v0/q?year=2012&code=446199&above=1 (44-45 is the 2-digit, top level code, which is returned as null)
http://naics-api.herokuapp.com/v0/q?year=2012&code=31-33&above=1 (does not work)
http://naics-api.herokuapp.com/v0/q?year=2012&code=31&above=1 (works, but also returns the 31-33 entry)
The text was updated successfully, but these errors were encountered: