OKAPI: Difference between revisions

From Opencaching.eu
Jump to navigation Jump to search
(Created page with "== What is OKAPI? == === OKAPI is a plugin for National Opencaching.XX sites. === ==== OKAPI is a publically available [http://en.wikipedia.org/wiki/Application_programming_...")
 
No edit summary
Line 2: Line 2:


=== OKAPI is a plugin for National Opencaching.XX sites. ===
=== OKAPI is a plugin for National Opencaching.XX sites. ===
The description below is primarily for OC administrators ''AND'' people who want
to help implement OKAPI backend.


==== OKAPI is a publically available [http://en.wikipedia.org/wiki/Application_programming_interface API] for "National Opencaching" sites. ====
==== OKAPI is a publically available [http://en.wikipedia.org/wiki/Application_programming_interface API] for "National Opencaching" sites. ====
 
* It provides OC site with a set of useful well-documented API methods,
    * It provides OC site with a set of useful well-documented API methods,
* Allows external developers to easily read public Opencaching data,
    * Allows external developers to easily read public Opencaching data,
* Allows read and write private (user-related) data with OAuth Authentication.
    * Allows read and write private (user-related) data with OAuth Authentication.
 
The project has grown to become a standard and common API for all National Opencaching.xx sites.  
The project has grown to become a standard and common API for all National Opencaching.xx sites.  


'''Here is the list of other OKAPI installations:'''
'''Here is the list of other OKAPI installations:'''
 
* Opencaching.PL - http://opencaching.pl/okapi/
    * Opencaching.PL - [http://opencaching.pl/okapi/]
* Opencaching.DE<ref>Opencaching.DE includes other sites - Opencaching.IT, OpencachingSpain.ES and Opencaching.FR - which are in fact the one site visible on multiple domains. All three share one database, so you can access all their data through Opencaching.DE OKAPI installation.
    * Opencaching.DE<ref>*</ref> - [http://www.opencaching.de/okapi/]
</ref> - http://www.opencaching.de/okapi/
    * Opencaching.US - [http://www.opencaching.us/okapi/]
* Opencaching.US - http://www.opencaching.us/okapi/
    * Opencaching.NL - [http://www.opencaching.nl/okapi/]
* Opencaching.NL - http://www.opencaching.nl/okapi/
    * Opencaching.RO - [http://www.opencaching.ro/okapi/]
* Opencaching.RO - http://www.opencaching.ro/okapi/
 
'''Other links you might want to check out:'''
'''Other links you might want to check out:'''
 
* OKAPI Project Homepage - https://github.com/opencaching/okapi/
    OKAPI Project Homepage - [https://github.com/opencaching/okapi/]
* OKAPI News blog - http://opencaching-api.blogspot.com/
    OKAPI News blog - [http://opencaching-api.blogspot.com/]
 
* - Opencaching.DE includes other sites - Opencaching.IT, OpencachingSpain.ES and Opencaching.FR - which are in fact the one site visible on multiple domains. All three share one database, so you can access all their data through Opencaching.DE OKAPI installation.

Revision as of 08:56, 29 May 2016

What is OKAPI?

OKAPI is a plugin for National Opencaching.XX sites.

The description below is primarily for OC administrators AND people who want to help implement OKAPI backend.

OKAPI is a publically available API for "National Opencaching" sites.

  • It provides OC site with a set of useful well-documented API methods,
  • Allows external developers to easily read public Opencaching data,
  • Allows read and write private (user-related) data with OAuth Authentication.

The project has grown to become a standard and common API for all National Opencaching.xx sites.

Here is the list of other OKAPI installations:

Other links you might want to check out:

  1. Opencaching.DE includes other sites - Opencaching.IT, OpencachingSpain.ES and Opencaching.FR - which are in fact the one site visible on multiple domains. All three share one database, so you can access all their data through Opencaching.DE OKAPI installation.