From 4f1e930508362b2b93752d4f2cb2553af3f71127 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 23 Aug 2018 00:39:39 +0200 Subject: [PATCH] Remove trends --- Using-the-API/API.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index f7ccc661..76fbca9a 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -24,7 +24,6 @@ API overview - [Search](#search) - [Statuses](#statuses) - [Timelines](#timelines) - - [Trends](#trends) - [Entities](#entities) - [Account](#account) - [Application](#application) @@ -838,16 +837,6 @@ Returns an array of [Statuses](#status), most recent ones first. Public and tag timelines do not require authentication. -### Trends - -#### Retrieving trending hashtags - - GET /api/v1/trends - -Returns an array of [Tag](#tag), sorted by the internal trending algorithm. - -Does not require authentication. - ___ ## Entities