GET api/city/twitter?from={from}&to={to}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
from

string

Required

to

string

Required

Body Parameters

None.

Response Information

Resource Description

Tweet
NameDescriptionTypeAdditional information
Longitude

decimal number

None.

Latitude

decimal number

None.

CreatedAt

date

None.

Creator

None.

Response Formats

application/json, text/json

Sample:
{
  "Longitude": 1.1,
  "Latitude": 1.1,
  "CreatedAt": "2025-05-20T03:26:14.86028+00:00",
  "Creator": {
    "$id": "2",
    "Id": 1,
    "CreatedAt": "2025-05-20T03:26:14.86028+00:00",
    "Description": "sample string 3",
    "FollowerIds": [
      1,
      2
    ],
    "Followers": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "FollowersCount": 4,
    "FriendIds": [
      1,
      2
    ],
    "Friends": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "FriendsCount": 5,
    "GeoEnabled": true,
    "Language": "sample string 7",
    "Location": "sample string 8",
    "Name": "sample string 9",
    "Protected": true,
    "Retweets": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "ScreenName": "sample string 11",
    "ShowAllInlineMedia": true,
    "StatusesCount": 13,
    "Timeline": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "TimeZone": "sample string 14",
    "TweetsRetweetedByFollowers": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "Url": "sample string 15",
    "UtcOffset": 1,
    "Verified": true,
    "ProfileImageUrl": "sample string 17"
  },
  "FavouriteCount": 2,
  "Favourited": true,
  "FilterLevel": "sample string 4",
  "Hashtags": [
    "sample string 1",
    "sample string 2"
  ],
  "InReplyToScreenName": "sample string 5",
  "InReplyToStatusId": 1,
  "InReplyToStatusIdStr": "sample string 6",
  "InReplyToUserId": 1,
  "InReplyToUserIdStr": "sample string 7",
  "IsRetweet": true,
  "IsTweetDestroyed": true,
  "IsTweetPublished": true,
  "Language": "sample string 11",
  "Length": 12,
  "Media": [
    "sample string 1",
    "sample string 2"
  ],
  "Place": "sample string 13",
  "PossiblySensitive": true,
  "RetweetCount": 15,
  "Retweeted": true,
  "RetweetedTweet": {
    "$ref": "1"
  },
  "Retweets": [
    {
      "$ref": "1"
    },
    {
      "$ref": "1"
    }
  ],
  "Source": "sample string 17",
  "Text": "sample string 18",
  "Truncated": true,
  "TweetLocalCreationDate": "2025-05-20T03:26:14.86028+00:00",
  "Urls": [
    "sample string 1",
    "sample string 2"
  ],
  "UserMentions": [
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "WithheldCopyright": true,
  "WithheldInCountries": [
    "sample string 1",
    "sample string 2"
  ],
  "WithheldScope": "sample string 22",
  "IsValidated": true,
  "TweetId": 24,
  "CreatedAtEpochTime": 25
}

text/html

Sample:
{"$id":"1","Longitude":1.1,"Latitude":1.1,"CreatedAt":"2025-05-20T03:26:14.86028+00:00","Creator":{"$id":"2","Id":1,"CreatedAt":"2025-05-20T03:26:14.86028+00:00","Description":"sample string 3","FollowerIds":[1,2],"Followers":[{"$ref":"2"},{"$ref":"2"}],"FollowersCount":4,"FriendIds":[1,2],"Friends":[{"$ref":"2"},{"$ref":"2"}],"FriendsCount":5,"GeoEnabled":true,"Language":"sample string 7","Location":"sample string 8","Name":"sample string 9","Protected":true,"Retweets":[{"$ref":"1"},{"$ref":"1"}],"ScreenName":"sample string 11","ShowAllInlineMedia":true,"StatusesCount":13,"Timeline":[{"$ref":"1"},{"$ref":"1"}],"TimeZone":"sample string 14","TweetsRetweetedByFollowers":[{"$ref":"1"},{"$ref":"1"}],"Url":"sample string 15","UtcOffset":1,"Verified":true,"ProfileImageUrl":"sample string 17"},"FavouriteCount":2,"Favourited":true,"FilterLevel":"sample string 4","Hashtags":["sample string 1","sample string 2"],"InReplyToScreenName":"sample string 5","InReplyToStatusId":1,"InReplyToStatusIdStr":"sample string 6","InReplyToUserId":1,"InReplyToUserIdStr":"sample string 7","IsRetweet":true,"IsTweetDestroyed":true,"IsTweetPublished":true,"Language":"sample string 11","Length":12,"Media":["sample string 1","sample string 2"],"Place":"sample string 13","PossiblySensitive":true,"RetweetCount":15,"Retweeted":true,"RetweetedTweet":{"$ref":"1"},"Retweets":[{"$ref":"1"},{"$ref":"1"}],"Source":"sample string 17","Text":"sample string 18","Truncated":true,"TweetLocalCreationDate":"2025-05-20T03:26:14.86028+00:00","Urls":["sample string 1","sample string 2"],"UserMentions":[{"$ref":"2"},{"$ref":"2"}],"WithheldCopyright":true,"WithheldInCountries":["sample string 1","sample string 2"],"WithheldScope":"sample string 22","IsValidated":true,"TweetId":24,"CreatedAtEpochTime":25}