--- kind: change title: Finding sources and fork repositories for organizations created_at: 2012-12-08 author_name: rick --- We've made a couple of changes today to the Organization repositories listing to bring it a bit closer to the functionality of the GitHub.com Organization repositories tab. We now let you retrieve repositories which are forks of another repo, as well as those repositories which are sources (not forks). # Grab all fork Repositories for an Organization curl "https://api.github.com/orgs/:org/repos?type=forks" # Grab all source Repositories for an Organization curl "https://api.github.com/orgs/:org/repos?type=sources" Check out the docs for sorting and filtering options: * [Organization Repositories](/v3/repos/#list-organization-repositories)