Skip to content

Instantly share code, notes, and snippets.

@Isuru-Nanayakkara
Created January 8, 2016 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Isuru-Nanayakkara/a45d5f5f36db7ea900af to your computer and use it in GitHub Desktop.
Save Isuru-Nanayakkara/a45d5f5f36db7ea900af to your computer and use it in GitHub Desktop.
Parliament of Sri Lanka API
Base URL - http://parliament.lk/api
Live Streaming - /live
Slideshows - /slideshow
News Categories - /news_category_list
News - /news
Acts - /acts
Questions & Answers - /qanda
Publications - /publications
On Demand - /ondemand
Calendar - /calendar
Members of Parliament - /member_list
Member Profile - /member_profile
Contacts - /contact_list
Departments of Parliament - /department_list
All requests are POST. Parameters are not included. I might update this list with them later.
@laknath123
Copy link

Is this a functioning API that I can use?

@Isuru-Nanayakkara
Copy link
Author

Is this a functioning API that I can use?

I'm not sure if it's still working. I basically got the endpoints by sniffing the traffic of the Parliament of Sri Lanka app. You can do the same and get the latest version plus the parameters and all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment