There was a method https://cdn.api.twitter.com/1/urls/count.json in Twitter API, until 2016.
Incoming parameter - URL, result - number of tweets of this URL.
Is there any analog of this method in current API? (except Search API - because it is “focused on relevance and not completeness”, so the result will be inaccurate).
Can I get exact number of tweets with specific URL somehow?
If API doesn’t provide any analog - are there any plans of adding it? =)