How to get KoBo Api Project List?

I could not get any project List in Kobo Api Project List although I have few projects deployed! How can I get List of projects?

Hi there,

Some API examples I use (website changed to the public KoBo site which does not return anything, but you can change this to the one you have) - the ‘data’ one will get you the list of projects.
https://ee.humanitarianresponse.info/api/v1/data?format=xml
https://ee.humanitarianresponse.info/api/v1/forms?format=xml
https://ee.humanitarianresponse.info/api/v1/users?format=xml
https://ee.humanitarianresponse.info/api/v1/profiles?format=xml

Hope this helps :slight_smile:

@dmnscar, these API endpoints exist on kc.humanitarianresponse.info, not ee.humanitarianresponse.info :slight_smile: Deployed projects should appear there, but drafts will not. If you need drafts, query https://kobo.humanitarianresponse.info/assets?q=asset_type:survey.

1 Like