diff --git a/ynr/apps/api/templates/api/api-home.html b/ynr/apps/api/templates/api/api-home.html
index c5c71fead..c81e94b19 100644
--- a/ynr/apps/api/templates/api/api-home.html
+++ b/ynr/apps/api/templates/api/api-home.html
@@ -33,7 +33,7 @@
### Formats
-We have data in [CSV format]({% url "api_docs_csv" %}) or a REST API.
+We have data in [CSV format]({% url "data_home" %}) or a REST API.
There are currently two API versions, [v0.9]({% url "api-root" version="v0.9" %})
and [next]({% url "api_docs_next_home" %}).
diff --git a/ynr/apps/api/templates/api/results.html b/ynr/apps/api/templates/api/atom.html
similarity index 67%
rename from ynr/apps/api/templates/api/results.html
rename to ynr/apps/api/templates/api/atom.html
index 8dae6661a..b25173bd0 100644
--- a/ynr/apps/api/templates/api/results.html
+++ b/ynr/apps/api/templates/api/atom.html
@@ -1,104 +1,9 @@
{% extends "api/api-base.html" %}
{% block api_page_title %}
-
Results data
+
Results Atom feed
{% endblock %}
{% block api_content %}
-
Types of results
-
At the moment, we only support results for elections that use First Past The Post.
-
-
We store two different types of results: elected and votes cast.
-
-
Elected results involve just setting a flag on the candidacy
- that the person was elected. This is the simplest form of result, and is often the quickest and easiest
- information to collect.
-
-
Votes cast results are the numbers of votes cast per person. For first past the post
- elections, the winners are set based on the number of winners for that ballot.
-
-
2019 General election 'elected' CSV
-
For the 2019 General election we are publishing a CSV of winners, overnight.
-
The CSV will contain a header row, and then one row per ballot containing information
- about the winner. No votes cast data will be in the CSV
parl.2019-12-12. Here for future proofing the format.
-
-
-
ballot_paper_id
-
The Democracy Club ballot paper ID. See the
- reference definition
- for detailed information. Used to format URLs on most of our sites, and in the REST API
-
-
-
gss
-
The GSS code for the ballot
-
-
-
person_id
-
The numerical ID assigned to a person by this site.
-
-
-
person_name
-
The person's name
-
-
-
party_id
-
The Party ID of the elected person.
- See the Party
- documentation for more.
- Look out for edge cases here, for example joint-party:53-119
- is the ID for 'Labour and Co-operative Party', ynmp-party:2 'Independent' and
- joint-party:53-119 'Speaker seeking re-election'. All other values should match
- The Electoral Commission IDs
-
-
-
party_name
-
The party name
-
-
-
theyworkforyou_url
-
If the person has ever been elected as an MP, they will have a TheyWorkForYou
- URL here. Note that this doesn't mean they are an "incumbent", as they might not have
- been in MP in the last parliament.
-
-
-
wikidata_id
-
The person's Wikidata ID
-
-
-
updated
-
The time the winner was recorded
-
-
-
previous_winner
-
The person ID of the person who was elected in the previous ballot for this area
-
-
-
previous_winner_party
-
The party ID of the person who was elected in the previous ballot for this area
- These CSV files contain details of all candidates in the database including contact details
- parties and elections they have stood in.
-
-
-
-There is a row per candidacy, so if a single person has stood on 3 ballots,
- they will have 3 rows in the "all candidates" file.
-
-
- There is a CSV per election, and per election date. This means for example, "the 2018 local electons"
- have file per local authority (election) and a file for the date they were all held on, combined
-
+ This page allows downloading CSV exports of our data.
+ Please see the terms page for usage terms.
+
+
Although the data is free to use under the terms, we would love to know what your planning to use the data
+ and are happy to answer any questions you might have.
+ Please get in touch!