mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
31 lines
1.4 KiB
HTML
31 lines
1.4 KiB
HTML
![]() |
{% extends 'base.html' %}
|
||
|
|
||
|
{% block bodyclass %}NB-static{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
|
|
||
|
<div class="NB-static-title">
|
||
|
The NewsBlur API
|
||
|
</div>
|
||
|
|
||
|
<div class="NB-module">
|
||
|
<h5 class="NB-module-title">API Guidelines and Terms of Service</h5>
|
||
|
<div class="NB-module-content">
|
||
|
<p>NewsBlur's API allows users to retrieve their feeds, feed counts, feed icons, feed statistics, and individual feed stories. No API key is required, but you are required to authenticate before using any of the API endpoints. Please be considerate, and don't hammer our servers.</p>
|
||
|
|
||
|
<p>If your project or application allows users to interact with data from NewsBlur, you must cite NewsBlur as the source of your data.</p>
|
||
|
|
||
|
<p>You may use the API commercially, by which we mean you may charge people money to use your project which itself uses the API. You may not, however, sell advertising against any data retrieved from NewsBlur's API. Essentially, you can charge money for your application or service, but not wrap NewsBlur in advertisements.</p>
|
||
|
|
||
|
<p><i>We reserve the right to revise these guidelines. If you violate the spirit of these terms, expect to be blocked without advance warning.</i></p>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="NB-module">
|
||
|
<h5 class="NB-module-title">Feed Management</h5>
|
||
|
<div class="NB-module-content">
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
{% endblock content %}
|