Skip to content

Fetch posts by Tag #4

Description

@moothz

Hello there!
Is it possible to fetch posts by tag?

  • /api/v1/tags/search/?q=cats: Returns only post count and other info
{
  results: [
    {
      id: '17843930926043558',
      name: 'cats',
      media_count: 148907359,
      formatted_media_count: '148M',
      search_result_subtitle: '148m posts',
      profile_pic_url: '',
      use_default_avatar: true
    }],
  has_more: false,
  inform_module: null,
  rank_token: '27950c4f-87ad-4d87-888e-6c24820291c6',
  page_token: null,
  status: 'ok'
}
  • /api/v1/tags/cats/info: Returns only post count and other info
{
  id: '17843930926043558',
  name: 'cats',
  media_count: 148907436,
  follow_status: 0,
  following: 0,
  allow_following: 1,
  allow_muting_story: true,
  profile_pic_url: null,
  non_violating: 1,
  related_tags: null,
  subtitle: 'See a few top posts each week',
  social_context: '',
  social_context_profile_links: [],
  social_context_facepile_users: [],
  follow_button_text: null,
  show_follow_drop_down: false,
  formatted_media_count: '148M',
  challenge_id: null,
  is_trending: false,
  destination_info: null,
  description: null,
  debug_info: null,
  fresh_topic_metadata: null,
  promo_banner: null,
  status: 'ok'
}
  • /api/v1/feed/tag/cats: Returns error 400

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions