The MindMeister API v1 is deprecated. Please use the latest API v2.

Method:

mm.maps.getPublicList
Returns list of public maps.

Authentication

Parameters

limit (optional) Date limit (YYYY-MM-DD) to get only maps which are modified later.
order (optional) One of the following values: recent|viewed|rating
page (optional)
per_page (optional)
search (optional) Search term(s) are ANDed. Enclose terms with spaces with double quotes

Sample Response

<rsp stat="ok">
<maps page="1" pages="1" perpage="100" total="2">
<map id="2490" title="Copy of Freemind map" owner="3" description=""
 created="2007-06-20 06:40:04" modified="2007-06-20 06:40:04"
 tags="" public="1"/>
<map id="2480" title="Freemind map" owner="3" description=""
 created="2007-06-20 06:40:03" modified="2007-06-20 06:40:03"
 tags="" public="1"/>
</maps>
</rsp>

Error Codes

20 Object not found
Object not found
97 Missing signature
The call required signing but no signature was sent.
100 Invalid API Key
The API key passed was not valid or has expired.
112 Method not found
The requested method was not found.
Back to API Methods

Test Method

No API key found.

If you already have an API key you might just have to Sign In.

or Sign Up