forked from Code4SA/old-code4sa.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.html
More file actions
79 lines (67 loc) · 4.32 KB
/
apis.html
File metadata and controls
79 lines (67 loc) · 4.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
layout: default
title: Code4SA - API's
scroll_class: nothing
---
<!--APIs Section -->
<section id="apis">
<div class="container">
<h3>USE OUR <span style="font-weight: bold;">APIs</span> TO CREATE YOUR OWN NEWS APPS AND MORE!</h3>
<div class="row-fluid">
<!--ROW 1, API 1 -->
<div class="span3 service-box text-center">
<img src="img/api_elections.png" />
<h4>Elections API</h4>
<p>The Code4SA Elections API provides a machine-readable dataset sourced from the <a href="http://www.elections.org.za/" target="_blank">Electoral Commission of South Africa</a>. It allows you to build a news application, a web page, or any other type of software that needs elections data.</p>
<!-- bottom links-->
<div class="api-link-left"><a href="http://mg.co.za/page/know-your-hood" target="_blank">See it in action</a></div>
<div class="api-link-right">
<a href="http://api.code4sa.org/elections/overview.html" target="_blank">READ MORE</a></div>
</div>
<!--ROW 1, API 2 -->
<div class="span3 service-box text-center">
<img src="img/api_medicines.png" /><br />
<h4>Medicines API</h4>
<p>Retail medicine prices are regulated in South Africa through the Single Exit Price Mechanism. Prices are published on a regular basis at <a href="http://www.mpr.gov.za" target="_blank">www.mpr.gov.za</a> in an unwieldy excel spreadsheet making it inaccessible to casual users. This projects builds an API and basic user interface to query this database.
</p>
<!-- bottom links-->
<div class="api-link-left"><a href="http://mpr.code4sa.org" target="_blank">See it in action</a></div>
<div class="api-link-right">
<a href="http://api.code4sa.org/medicines/overview.html" target="_blank">READ MORE</a></div>
</div>
<!--ROW 1, API 3 -->
<div class="span3 service-box text-center">
<img src="img/api_geo.png" /><br />
<h4>Geospatial API</h4>
<p>This API converts an address to a contextual geospatial area, such as a ward, province, district, municipality, etc.</p>
<!-- bottom links-->
<div class="api-link-left"><a href="http://www.wazimap.co.za" target="_blank">See it in action</a></div>
<div class="api-link-right">
<a href="http://api.code4sa.org/geospatial/documentation.html" target="_blank">READ MORE</a></div>
</div>
<!--ROW 1, API 4 -->
<div class="span3 service-box text-center">
<img src="img/api_parliament.png" /><br />
<h4>Parliamentary API</h4>
<p>Bill Tracking Application for the Parliamentary Monitoring Group.
The project consists of two components: a frontend client application to demonstrate a user-facing website, and a backend application that handles all of the application logic, and exposes the database through an API and an admin interface.</p>
<!-- bottom links-->
<div class="api-link-left"><a href="http://bills.pmg.org.za/bills/" target="_blank">See it in action</a></div>
<div class="api-link-right">
<a href="http://api.code4sa.org/parliamentary/overview.html" target="_blank">READ MORE</a></div>
</div>
</div>
<div class="row-fluid">
<!--ROW 2, API 5 -->
<div class="span3 service-box text-center">
<img src="img/api_police.png" /><br />
<h4>Crime Stats API</h4>
<p>Crime Stats, but better. The official crime statistics are released in a format that makes it impossible to really interrogate the dataset. After wrestling with the data for a couple of hours, we've managed to wrap it up in a nice, easy to use package.</p>
<!-- bottom links-->
<div class="api-link-left"><a href="https://data.code4sa.org/Government/Police-Statistics/8d9f-f6rq" target="_blank">See it in action</a></div>
<div class="api-link-right">
<a href="http://api.code4sa.org/crime/overview.html" target="_blank">READ MORE</a></div>
</div>
</div>
</div>
</section>