FOR ARCHIVAL PURPOSES ONLY

The information in this wiki hasn't been maintained for a good while. Some of the projects described have since been deprecated.

In particular, the "Ushahidi Platform v3.x" section contains information that is often misleading. Many details about this version of Platform have changed since.

This website is an extraction of the original Ushahidi wiki into a static form. Because of that, functions like logging in, commenting or searching will not work.

For more documentation, please refer to https://docs.ushahidi.com

Skip to end of metadata
Go to start of metadata

Overview

This section discusses the platform's REST API. Individual documentation for the constituent parts of the API is located below:

The remainder of this section outlines concepts that are applicable to the entire API (

Base URL


Unless otherwise specified the base URL for all API requests is:

NOTE: All requests are submitted through HTTP GET or POST and they must be UTF-8 encoded.

Response Type


The response type parameter, resp, specifies the desired output format of the requested data. The API supports both XML and JSON output formats with the latter being the default.

JSON Response
XML Response