6

This file is supposed to be giving the JSON format of all the organizations present in Data.gov as per the CKAN API documentation. However, that file gives an HTTP 400 (Bad request) error.

Is there a way to search the datasets of all Federal government organization type?

Jeanne Holm
  • 4,447
  • 1
  • 18
  • 40
Ram
  • 61
  • 1
  • 1
    Agreed, it looks like there is something wrong with the data.gov API. The same endpoint works fine at datahub: http://datahub.io/api/3/action/organization_list – Erik Schwartz Dec 04 '14 at 16:09
  • 4
    These are both known, but unfortunately unresolved issues. You can track their status on github at https://github.com/GSA/data.gov/issues/294 and https://github.com/GSA/data.gov/issues/492. You can still filter by type using the web UI though, eg https://catalog.data.gov/dataset?organization_type=Federal+Government – Philip Ashlock Dec 15 '14 at 06:14
  • 4
    @PhilipAshlock -- you should post this comment as an answer here and then later update when the Github issue is resolved, since this is the correct answer at this time. – Jeanne Holm Dec 21 '14 at 21:14
  • @PhilipAshlock, I turned your comment into a community wiki answer. Please feel free to post your own answer any time – you deserve the reputation points :) – Patrick Hoefler Mar 04 '15 at 12:06

1 Answers1

1

Thanks to Philip Ashlock for providing the following answer:

These are both known, but unfortunately unresolved issues. You can track their status on github at https://github.com/GSA/data.gov/issues/294 and https://github.com/GSA/data.gov/issues/492. You can still filter by type using the web UI though, eg https://catalog.data.gov/dataset?organization_type=Federal+Government

Patrick Hoefler
  • 5,790
  • 4
  • 31
  • 47