statuses:

Public_timeline Returns the latest public tweets repost_timeline Gets the list of forwarded tweets of the specified tweets repost_by_me (deprecated) Gets the most recent tweeted list of the current user and the most recent tweeted mentions of the login user, That is, @My microblog show obtains a single microblog content according to the microblog ID querymID Obtains its MID according to the Microblog (comment, private message) ID QueryID Obtains its ID through the microblog (comment, private message) MID Friends_Timeline /ids Get the latest tweets ID of the current logged-in user and the user they follow user_timeline/ IDS Get the latest tweets ID of the user repost_timeline/ids Get the ID/IDS of the latest forwarded tweets of an original tweet Obtain @ Latest microblog ID of the current user statuses/count Number of tweets forwarded in batches Number of comments go Redirects to a single microblog page based on the IDCopy the code

comments:

Show Returns the comment list of a tweet based on the tweet ID. By_me Gets the comment list sent by the current logged-in user. To_me Gets the comment list received by the current logged-in user Get the latest comments mentioning current logged-in users, Create Destroy destroy a comment Destroy_batch Delete a comment by comment ID Reply Delete a comment by comment IDCopy the code

user:

Domain_show Obtains user information and the latest microblog of a user by a personalized domain name counts Obtains the number of fans, followers, and Microblog posts of a user in batches. Show_rank Obtains the user levelCopy the code

friendships:

Friends Get user's followers list Friends/IDS Get user's FOLLOWERS UID list followers get user's followers UID list followers/ IDS get user's followers UID list show Get details about the followers relationship between two usersCopy the code

account:

Rate_limit_status API access frequency limit of the current login user get_uid OAuth Obtains the UID of the authorized user after authorizationCopy the code

Favorites: Gets the favorites list of the current logged-in user

By_tags Obtain the current logged-in user by tag Tags Obtain the current logged-in user's favorite tag list tags/common Obtain the recommended favorite tag list by tag IDS Obtain the ID of the current user's favorite list By_tags/IDS Get the ID of the current user's favorite list under a tag create Add a tweet to your favorites destroy unsubscribe a tweet Destroy_batch Delete tags/update Update a favorite tag based on the ID of your favorites Tags /update_batch Updates all favorites of the current logged-in user tags/ Destroy_batch Deletes all favorites of the current logged-in userCopy the code

Tags: Returns a list of tags for the specified user

Tags_batch Batch tag list Obtain the recommended tag list create Add new user tags for the current login user destroy Delete a user tag Destroy_Batch Delete a group of tags in a batchCopy the code

remind:

Unread_count gets various unread messages for a userCopy the code

short_url:

Shroten convert one or more long links to short links expand Restore one or more short links to original long links share/counts Obtain short links Share /statuses Obtain the latest tweets containing a specified short link Comment /counts Number of weibo comments on Weibo. Comment/Comments Gets the latest weibo comments that contain a specified short linkCopy the code

common:

Code_to_location Indicates the address name based on the address code. Get_city Indicates the city list. Get_province Indicates the province listCopy the code

location:

Base /get_map_image Generates a static map image. Geo /ip_to_geo returns the geographic coordinates based on the IP address. Geo /address_to_geo returns the geographic coordinates based on the actual address Geo /gps_to_offset Obtain the offset geo/is_domestic based on the GPS coordinates. Determine whether the geo/is_domestic coordinates are domestic coordinates. Pois /show_batch Obtains INFORMATION about POI points in batches Pois /search/by_location Obtains POI information by address location based on keyword poIS /search/by_geo Obtains POI information by coordinate range based on keyword POis /search/by_area According to the keywords, obtain the information of POI point in rectangular area mobile/get_location Obtain the current location information according to the data such as mobile base station WIFI line/drive_route Query the self-driving route information line/bus_route according to the starting point and end point data According to the starting point and end point data query line/bus_line ridership route information based on keyword query the bus routes information line/bus_station based on keyword query transit site information pois/add to submit a new point of POI informationCopy the code

search:

Topics Search for tweets on a topicCopy the code

messages:

Reply Interface to reply specified new messages to receive messagesCopy the code

proxy:

Article /publish Interface for publishing articles Live /create Create live live/ upDAE Update live Live /delete Delete live/show obtain live informationCopy the code