APIs.io Engineering Platform GitHub v3 REST API — Search

APIs.io Engineering Platform GitHub v3 REST API — Search. 7 operations. Lead operation: APIs.io Engineering Platform Search code. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformSearch

What You Can Do

GET
Searchcode — APIs.io Engineering Platform Search code
/v1/search/code
GET
Searchcommits — APIs.io Engineering Platform Search commits
/v1/search/commits
GET
Searchissuesandpullrequests — APIs.io Engineering Platform Search issues and pull requests
/v1/search/issues
GET
Searchlabels — APIs.io Engineering Platform Search labels
/v1/search/labels
GET
Searchrepos — APIs.io Engineering Platform Search repositories
/v1/search/repositories
GET
Searchtopics — APIs.io Engineering Platform Search topics
/v1/search/topics
GET
Searchusers — APIs.io Engineering Platform Search users
/v1/search/users

MCP Tools

apis-io-engineering-platform-search-code

APIs.io Engineering Platform Search code

read-only idempotent
apis-io-engineering-platform-search-commits

APIs.io Engineering Platform Search commits

read-only idempotent
apis-io-engineering-platform-search-issues

APIs.io Engineering Platform Search issues and pull requests

read-only idempotent
apis-io-engineering-platform-search-labels

APIs.io Engineering Platform Search labels

read-only idempotent
apis-io-engineering-platform-search-repositories

APIs.io Engineering Platform Search repositories

read-only idempotent
apis-io-engineering-platform-search-topics

APIs.io Engineering Platform Search topics

read-only idempotent
apis-io-engineering-platform-search-users

APIs.io Engineering Platform Search users

read-only idempotent

Capability Spec

github-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform GitHub v3 REST API — Search
  description: 'APIs.io Engineering Platform GitHub v3 REST API — Search. 7 operations. Lead operation: APIs.io Engineering
    Platform Search code. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: github-search
    baseUri: ''
    description: APIs.io Engineering Platform GitHub v3 REST API — Search business capability. Self-contained, no shared references.
    resources:
    - name: search-code
      path: /search/code
      operations:
      - name: searchcode
        method: GET
        description: APIs.io Engineering Platform Search code
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: q
          in: query
          type: string
          description: The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search
            to specific areas of GitHub Enterprise Server. The REST
          required: true
        - name: sort
          in: query
          type: string
          description: Sorts the results of your query. Can only be `indexed`, which indicates how recently a file has been
            indexed by the GitHub Enterprise Server search infrastructu
        - name: order
          in: query
          type: string
          description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest
            number of matches (`asc`). This parameter is ignored unl
    - name: search-commits
      path: /search/commits
      operations:
      - name: searchcommits
        method: GET
        description: APIs.io Engineering Platform Search commits
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: q
          in: query
          type: string
          description: The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search
            to specific areas of GitHub Enterprise Server. The REST
          required: true
        - name: sort
          in: query
          type: string
          description: 'Sorts the results of your query by `author-date` or `committer-date`. Default: [best match](https://docs.github.com/[email protected]/rest/search/search#ran'
    - name: search-issues
      path: /search/issues
      operations:
      - name: searchissuesandpullrequests
        method: GET
        description: APIs.io Engineering Platform Search issues and pull requests
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: q
          in: query
          type: string
          description: The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search
            to specific areas of GitHub Enterprise Server. The REST
          required: true
        - name: sort
          in: query
          type: string
          description: Sorts the results of your query by the number of `comments`, `reactions`, `reactions-+1`, `reactions--1`,
            `reactions-smile`, `reactions-thinking_face`, `reactio
    - name: search-labels
      path: /search/labels
      operations:
      - name: searchlabels
        method: GET
        description: APIs.io Engineering Platform Search labels
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: repository_id
          in: query
          type: integer
          description: The id of the repository.
          required: true
        - name: q
          in: query
          type: string
          description: The search keywords. This endpoint does not accept qualifiers in the query. To learn more about the
            format of the query, see [Constructing a search query](https
          required: true
        - name: sort
          in: query
          type: string
          description: 'Sorts the results of your query by when the label was `created` or `updated`. Default: [best match](https://docs.github.com/[email protected]/rest/search/se'
    - name: search-repositories
      path: /search/repositories
      operations:
      - name: searchrepos
        method: GET
        description: APIs.io Engineering Platform Search repositories
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: q
          in: query
          type: string
          description: The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search
            to specific areas of GitHub Enterprise Server. The REST
          required: true
        - name: sort
          in: query
          type: string
          description: 'Sorts the results of your query by number of `stars`, `forks`, or `help-wanted-issues` or how recently
            the items were `updated`. Default: [best match](https://d'
    - name: search-topics
      path: /search/topics
      operations:
      - name: searchtopics
        method: GET
        description: APIs.io Engineering Platform Search topics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: q
          in: query
          type: string
          description: The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search
            to specific areas of GitHub Enterprise Server. The REST
          required: true
    - name: search-users
      path: /search/users
      operations:
      - name: searchusers
        method: GET
        description: APIs.io Engineering Platform Search users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: q
          in: query
          type: string
          description: The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search
            to specific areas of GitHub Enterprise Server. The REST
          required: true
        - name: sort
          in: query
          type: string
          description: 'Sorts the results of your query by number of `followers` or `repositories`, or when the person `joined`
            GitHub Enterprise Server. Default: [best match](https://'
  exposes:
  - type: rest
    namespace: github-search-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform GitHub v3 REST API — Search. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/search/code
      name: search-code
      description: REST surface for search-code.
      operations:
      - method: GET
        name: searchcode
        description: APIs.io Engineering Platform Search code
        call: github-search.searchcode
        with:
          q: rest.q
          sort: rest.sort
          order: rest.order
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search/commits
      name: search-commits
      description: REST surface for search-commits.
      operations:
      - method: GET
        name: searchcommits
        description: APIs.io Engineering Platform Search commits
        call: github-search.searchcommits
        with:
          q: rest.q
          sort: rest.sort
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search/issues
      name: search-issues
      description: REST surface for search-issues.
      operations:
      - method: GET
        name: searchissuesandpullrequests
        description: APIs.io Engineering Platform Search issues and pull requests
        call: github-search.searchissuesandpullrequests
        with:
          q: rest.q
          sort: rest.sort
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search/labels
      name: search-labels
      description: REST surface for search-labels.
      operations:
      - method: GET
        name: searchlabels
        description: APIs.io Engineering Platform Search labels
        call: github-search.searchlabels
        with:
          repository_id: rest.repository_id
          q: rest.q
          sort: rest.sort
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search/repositories
      name: search-repositories
      description: REST surface for search-repositories.
      operations:
      - method: GET
        name: searchrepos
        description: APIs.io Engineering Platform Search repositories
        call: github-search.searchrepos
        with:
          q: rest.q
          sort: rest.sort
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search/topics
      name: search-topics
      description: REST surface for search-topics.
      operations:
      - method: GET
        name: searchtopics
        description: APIs.io Engineering Platform Search topics
        call: github-search.searchtopics
        with:
          q: rest.q
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search/users
      name: search-users
      description: REST surface for search-users.
      operations:
      - method: GET
        name: searchusers
        description: APIs.io Engineering Platform Search users
        call: github-search.searchusers
        with:
          q: rest.q
          sort: rest.sort
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: github-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform GitHub v3 REST API — Search. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-search-code
      description: APIs.io Engineering Platform Search code
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-search.searchcode
      with:
        q: tools.q
        sort: tools.sort
        order: tools.order
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-search-commits
      description: APIs.io Engineering Platform Search commits
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-search.searchcommits
      with:
        q: tools.q
        sort: tools.sort
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-search-issues
      description: APIs.io Engineering Platform Search issues and pull requests
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-search.searchissuesandpullrequests
      with:
        q: tools.q
        sort: tools.sort
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-search-labels
      description: APIs.io Engineering Platform Search labels
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-search.searchlabels
      with:
        repository_id: tools.repository_id
        q: tools.q
        sort: tools.sort
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-search-repositories
      description: APIs.io Engineering Platform Search repositories
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-search.searchrepos
      with:
        q: tools.q
        sort: tools.sort
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-search-topics
      description: APIs.io Engineering Platform Search topics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-search.searchtopics
      with:
        q: tools.q
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-search-users
      description: APIs.io Engineering Platform Search users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-search.searchusers
      with:
        q: tools.q
        sort: tools.sort
      outputParameters:
      - type: object
        mapping: $.