URL:
http://twick.it/interfaces/api/find_topic_by_tag.xml
http://twick.it/interfaces/api/find_topic_by_tag.json
Funktion:
Liefert alle Themen, bei denen ein bestimmter Begriff in der Tag-Cloud vorkommt.
Parameter:
| Optional/Pflicht | Werte | Default | Bedeutung | |
| search | Pflicht | Zeichenkette | Suchbegriff, der in der Tag-Cloud der Themen vorkommen soll. | |
| lng | optional | "de", "en" | Sprache des Browsers | Sprache, in der gesucht werden soll. |
Rückgabe (XML):
http://twick.it/interfaces/api/find_topic_by_tag.xml?search=Haus
<?xml version="1.0" encoding="utf-8"?>
<result>
<query>type=xml&search=Haus</query>
<topics>
<topic>
<id>2391</id>
<title>Gutemine</title>
<url>http://twick.it/de/Gutemine</url>
<tags>
<tag count="1">hause</tag>
<tag count="1">hosen</tag>
<tag count="1">lachen</tag>
<tag count="1">reihe</tag>
<tag count="1">häuptling</tag>
<tag count="1">ehefrau</tag>
<tag count="1">comic</tag>
<tag count="1">asterix</tag>
<tag count="1">majestix</tag>
<tag count="1">chef</tag>
</tags>
<geo>
<latitude></latitude>
<longitude></longitude>
</geo>
</topic>
<topic>
<id>2076</id>
<title>Heimat</title>
<url>http://twick.it/de/Heimat</url>
<tags>
<tag count="2">ort</tag>
<tag count="1">verbrachte</tag>
<tag count="1">gefühl</tag>
<tag count="1">herbert</tag>
<tag count="1">besondere</tag>
<tag count="1">kindheit</tag>
<tag count="1">fühlt</tag>
<tag count="1">grönemeyer</tag>
<tag count="1">beziehung</tag>
<tag count="1">hause</tag>
</tags>
<geo>
<latitude></latitude>
<longitude></longitude>
</geo>
</topic>
<topic>
<id>2014</id>
<title>Homeoffice</title>
<url>http://twick.it/de/Homeoffice</url>
<tags>
<tag count="1">sondern</tag>
<tag count="1">unternehmens</tag>
<tag count="1">arbeitsplatz</tag>
<tag count="1">räumlichkeiten</tag>
<tag count="1">eigenen</tag>
<tag count="1">arbeiten</tag>
<tag count="1">hause</tag>
<tag count="1">wohnung</tag>
<tag count="1">befindet</tag>
</tags>
<geo>
<latitude></latitude>
<longitude></longitude>
</geo>
</topic>
<topic>
<id>1483</id>
<title>Oval Office</title>
<url>http://twick.it/de/Oval-Office</url>
<tags>
<tag count="1">hauses</tag>
<tag count="1">weißen</tag>
<tag count="1">arbeitszimmer</tag>
<tag count="1">flügel</tag>
<tag count="1">westlichen</tag>
<tag count="1">us</tag>
<tag count="1">präsidenten</tag>
<tag count="1">bezeichnung</tag>
<tag count="1">ovalen</tag>
<tag count="1">form</tag>
</tags>
<geo>
<latitude>38.897367</latitude>
<longitude>-77.037425</longitude>
</geo>
</topic>
</topics>
</result>
Rückgabe (JSON):
http://twick.it/interfaces/api/find_topic_by_tag.json?search=Haus
{
"query" : "type=json&search=Haus",
"topics" : [
{
"id" : "2391",
"title" : "Gutemine",
"url" : "http://twick.it/de/Gutemine",
"tags" : [
{
"tag" : "hause",
"count" : "1"
},
{
"tag" : "hosen",
"count" : "1"
},
{
"tag" : "lachen",
"count" : "1"
},
{
"tag" : "reihe",
"count" : "1"
},
{
"tag" : "häuptling",
"count" : "1"
},
{
"tag" : "ehefrau",
"count" : "1"
},
{
"tag" : "comic",
"count" : "1"
},
{
"tag" : "asterix",
"count" : "1"
},
{
"tag" : "majestix",
"count" : "1"
},
{
"tag" : "chef",
"count" : "1"
}
],
"geo" : {
"latitude" : "",
"longitude" : ""
},
},
{
"id" : "2076",
"title" : "Heimat",
"url" : "http://twick.it/de/Heimat",
"tags" : [
{
"tag" : "ort",
"count" : "2"
},
{
"tag" : "verbrachte",
"count" : "1"
},
{
"tag" : "gefühl",
"count" : "1"
},
{
"tag" : "herbert",
"count" : "1"
},
{
"tag" : "besondere",
"count" : "1"
},
{
"tag" : "kindheit",
"count" : "1"
},
{
"tag" : "fühlt",
"count" : "1"
},
{
"tag" : "grönemeyer",
"count" : "1"
},
{
"tag" : "beziehung",
"count" : "1"
},
{
"tag" : "hause",
"count" : "1"
}
],
"geo" : {
"latitude" : "",
"longitude" : ""
},
},
{
"id" : "2014",
"title" : "Homeoffice",
"url" : "http://twick.it/de/Homeoffice",
"tags" : [
{
"tag" : "sondern",
"count" : "1"
},
{
"tag" : "unternehmens",
"count" : "1"
},
{
"tag" : "arbeitsplatz",
"count" : "1"
},
{
"tag" : "räumlichkeiten",
"count" : "1"
},
{
"tag" : "eigenen",
"count" : "1"
},
{
"tag" : "arbeiten",
"count" : "1"
},
{
"tag" : "hause",
"count" : "1"
},
{
"tag" : "wohnung",
"count" : "1"
},
{
"tag" : "befindet",
"count" : "1"
}
],
"geo" : {
"latitude" : "",
"longitude" : ""
},
},
{
"id" : "1483",
"title" : "Oval Office",
"url" : "http://twick.it/de/Oval-Office",
"tags" : [
{
"tag" : "hauses",
"count" : "1"
},
{
"tag" : "weißen",
"count" : "1"
},
{
"tag" : "arbeitszimmer",
"count" : "1"
},
{
"tag" : "flügel",
"count" : "1"
},
{
"tag" : "westlichen",
"count" : "1"
},
{
"tag" : "us",
"count" : "1"
},
{
"tag" : "präsidenten",
"count" : "1"
},
{
"tag" : "bezeichnung",
"count" : "1"
},
{
"tag" : "ovalen",
"count" : "1"
},
{
"tag" : "form",
"count" : "1"
}
],
"geo" : {
"latitude" : "38.897367",
"longitude" : "-77.037425"
},
}
]
}




