de
Deutsch Deutsch English English
Du bist nicht angemeldet. Melde Dich jetzt an.
 
Passwort vergessen |  Registrierungsmail erneut senden |  Neues Benutzerkonto

    Twick.it-Blog

    find_topic_by_tag

    Markus Möller

    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>
        </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>
        </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>
        </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>
        </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"
            }
          ]
        },
         {
          "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"
            }
          ]
        },
         {
          "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"
            }
          ]
        },
         {
          "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"
            }
          ]
        }
      ]
    }


    Erstellt am 11.11.2009 | Kommentare (0)

    Keine Kommentare


    Einen Kommentar hinterlassen

     
     
    Kommentar absenden
     

    Kategorien:

    • Aktionswochen
    • Allgemeines
    • Ideen
    • Offizielles
    • Tipps4Twicks

    Seiten:

    • FAQ
    • Konzept
    • Charta
    • AGB
    • Beitragsübersicht
    • Presse
    • Pressespiegel
    • Fotos
    • Neue Web 2.0-Enzyklopädie online
    • Erklärmaschine beendet erfolgreiche Beta-Phase
    • Für Entwickler
    • REST-API
    • explain
    • favorites
    • find_topic_by_tag
    • find_topic
    • find_twick
    • find_user
    • random_twick
    • random_topic
    • search_twick
    • stats
    • PHP
    • Impressum

    Suchen:


    Suchen

    Kommentare:

    • Erklaerbaer: Wenn ich den Reqorder richtig verstehe, geht es bei dem Tool darum, dass…
    • Tobias Knobloch: Bei Experten-Communities, wie sie Norro nach dem Vorbild Wikipedia vorschwebt,…
    • Cowboy: @tobias & @norro Sehr interessante Ideen. Werde selber erst mal nicht…
    • norro: Die Idee von Tobias, 140-Zeichen-Kommentare an Twicks anhängen zu können,…
    • Tobias Knobloch: Lieber Sean, um ganz hinten anzufangen: Da davon ausgegangen werden muss,…

    Tag-Cloud

    140 Zeichen Aktions-Woche Feedback Historie Interview Konzept Monitoring Plugin Presse Qualitätssicherung Radio Relevanz Semantik Social Network Tipps4Twicks Tool Tip Twitter Usability Wikipedia Zeitung

    WP-Cumulus by Roy Tanck requires Flash Player 9 or better.

    2D

    140 Zeichen Aktions-Woche Feedback Historie Interview Konzept Monitoring Plugin Presse Qualitätssicherung Radio Relevanz Semantik Social Network Tipps4Twicks Tool Tip Twitter Usability Wikipedia Zeitung
    3D

    RSS

    • Blog-Beiträge
    • Kommentare

    Alle Angaben ohne Gewähr. Creative Commons License

    > FAQ > Charta

    > API Dokumentation > Tipps4Twicks

    > Twitter > Support

    > AGB > Impressum

    > Presse