Update catalog-api.md#1009
Open
SueValente wants to merge 6 commits into
Open
Conversation
jpyuda
reviewed
May 7, 2026
| **Request:** | ||
| ``` | ||
| GET https://catalog.data.gov/api/organizations | ||
| GET https://api.gsa.gov/technology/datagov/v4/api/organizations |
There was a problem hiding this comment.
A couple issues with the API calls:
- The path is not
v4/api, but justv4/-- including the api gives an error - we need to show the API key
- I'm fond of using
curlfor documentation like this so people can just cut and paste to their terminal but that's ultimately not necessary. But the command should be approximatelycurl -H 'X-Api-Key: DEMO_KEY' https://api.gsa.gov/technology/datagov/v4/organizations
jpyuda
requested changes
May 7, 2026
jpyuda
left a comment
There was a problem hiding this comment.
I think your assistant mangled some of the api calls here. I can go through one at a time late today / tomorrow and test everything/make updates if that works for you.
documentation had a few cases of `/v4/api/` when it should just be `/v4/`
jpyuda
approved these changes
May 13, 2026
jpyuda
left a comment
There was a problem hiding this comment.
okay, I fixed (I think) all the URLs so this should be good to go.
SueValente
commented
May 13, 2026
Contributor
Author
SueValente
left a comment
There was a problem hiding this comment.
Unverified commit. Need to replace with verified commit.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Related to harvester-api update effort
@jpyuda - This is an example of the catalog-api edits that we can make to represent the additional functionality provided by api.data.gov layering