en
Deutsch Deutsch English English
You are not logged in. Please log in now.
 
 
Forgot password |  Send registration mail again |  Create account

    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

    Function:

    Retrieves all topics witch tag clouds includes a specific search term.

    Parameters:

    Optional/required Werte Default Description
    search required String Search term which should be included in the topic's tag cloud.
    limit optional Integer unlimited Number of Twicks. A number less or equal 0 means no limitation.
    lng optional "de", "en" preferred browser language Language in with sould be searched

    Output (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>

    Output (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"
          },
        }
      ]
    }


    Created at 11.11.2009 | Comments (0)

    No Comments


    Leave a comment

     
     

    Submit Comment
     

    Categories:

    • General
    • Official
    • Tips4Twicks

    Pages:

    • FAQ
    • Concept
    • Charter
    • Terms
    • Article overview
    • Press
    • Press reviews
    • Photos
    • For developers / API
    • REST-API
    • explain
    • favorites
    • find_topic_by_tag
    • find_topic
    • find_topics_nearby
    • find_twick
    • find_twicks_from_user
    • find_user
    • latest_twicks
    • random_twick
    • random_topic
    • search_twick
    • PHP
    • Twitter
    • Imprint

    Search:


    Search

    Comments:

    • Cowboy: Long time since I heard that one.
    • Helen Ryan: Smarty Pants Andy Pandy ...

    Tag-Cloud

    140 characters augmented reality awards CeBIT competition concept definitions encyclopaedia explanations information theory knowledge microblogging press social glossary Tool Tip Twitter Twittwoch Webciety Wikipedia Wikitude

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

    2D

    140 characters augmented reality awards CeBIT competition concept definitions encyclopaedia explanations information theory knowledge microblogging press social glossary Tool Tip Twitter Twittwoch Webciety Wikipedia Wikitude
    3D

    RSS

    • Blog posts
    • Comments
    Tweet

    No responsibility is taken for the correctness of this information. Creative Commons License

    > FAQ > Charta

    > API documentation > Tops4Twicks

    > Twitter > Support

    > Terms > Imprint

    > Press > Mobile website