Skip to main content

orgDetail

Query organization details based on organization namespace

Path Parameters
  • org string required

    Organization namespace

Responses

Success


Schema
  • login string

    organization name

  • id string

    organization id

  • url string

    Organization's OepnApi address

  • repos_url string

    organization’s repos address

  • events_url string

    The organization’s event address

  • hooks_url string

    Organization’s hooks address

  • issues_url string

    The organization’s issue address

  • members_url string

    The organization’s members address

  • public_members_url string

    The organization’s public members address

  • avatar_url string

    Organization avatar address

  • description string

    description of the organization

  • name string

    the organization's name

  • company string

    Organization official website

  • blog string

    Organization's blog

  • location string

    Organization location

  • public_repos Integer

    The number of public repositories of the organization

  • followers Integer

    Number of fans of the organization

  • following Integer

    Number of followers of the organization

  • email string

    Organization's email address

  • html_url string

    URL of the organization

  • created_at string

    Creation time of the organization

  • updated_at string

    Organization update time

  • type string

    type of organization

Loading...