Created
January 8, 2016 08:41
-
-
Save Isuru-Nanayakkara/a45d5f5f36db7ea900af to your computer and use it in GitHub Desktop.
Parliament of Sri Lanka API
This file contains 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
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. |
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
Is this a functioning API that I can use?