Skip to content

cg api codingamer

The codingamer service endpoint. See cg api for how these relate to the higher-level commands.

Every command also accepts -h / --help.

Command Summary
cg api codingamer CodinGamer service commands.
cg api codingamer find-codingame-points-stats-by-handle Find a codingamer's points/ranking stats by their opaque public handle.
cg api codingamer find-codingamer-public-informations Find a codingamer's public profile information by their numeric ID.
cg api codingamer find-followers Find the followers of a codingamer.
cg api codingamer find-following Find the codingamers that a codingamer is following.
cg api codingamer find-codingamer-follow-card Find a codingamer's follow-card summary (profile plus follow-relationship flags).
cg api codingamer find-follower-ids Find the numeric IDs of a codingamer's followers.
cg api codingamer find-following-ids Find the numeric IDs of the codingamers that a codingamer is following.

cg api codingamer

CodinGamer service commands.

usage: cg api codingamer [-h] COMMAND ...

Subcommands

cg api codingamer find-codingame-points-stats-by-handle

Find a codingamer's points/ranking stats by their opaque public handle.

usage: cg api codingamer find-codingame-points-stats-by-handle [-h] HANDLE

Arguments

  • HANDLE — Opaque codingamer public handle string (not the numeric codingamer ID).

cg api codingamer find-codingamer-public-informations

Find a codingamer's public profile information by their numeric ID.

usage: cg api codingamer find-codingamer-public-informations [-h] [--codingamer-id ID]

Options

  • -g, --codingamer-id ID — Codingamer numeric ID. Defaults to the logged-in codingamer's ID.

cg api codingamer find-followers

Find the followers of a codingamer.

usage: cg api codingamer find-followers [-h] [--codingamer-id ID] [--current-codingamer-id ID]

Options

  • -g, --codingamer-id ID — Codingamer whose followers to list. Defaults to the logged-in codingamer's ID.
  • -c, --current-codingamer-id ID — Must equal the logged-in codingamer's ID (server-enforced). Defaults to the logged-in codingamer's ID.

cg api codingamer find-following

Find the codingamers that a codingamer is following.

usage: cg api codingamer find-following [-h] [--codingamer-id ID] [--current-codingamer-id ID]

Options

  • -g, --codingamer-id ID — Codingamer whose followees to list. Defaults to the logged-in codingamer's ID.
  • -c, --current-codingamer-id ID — Must equal the logged-in codingamer's ID (server-enforced). Defaults to the logged-in codingamer's ID.

cg api codingamer find-codingamer-follow-card

Find a codingamer's follow-card summary (profile plus follow-relationship flags).

usage: cg api codingamer find-codingamer-follow-card [-h] [--codingamer-id ID]
                                                     [--current-codingamer-id ID]

Options

  • -g, --codingamer-id ID — Codingamer whose follow card to fetch. Defaults to the logged-in codingamer's ID.
  • -c, --current-codingamer-id ID — Must equal the logged-in codingamer's ID (server-enforced). Defaults to the logged-in codingamer's ID.

cg api codingamer find-follower-ids

Find the numeric IDs of a codingamer's followers.

usage: cg api codingamer find-follower-ids [-h] [--codingamer-id ID]

Options

  • -g, --codingamer-id ID — Codingamer whose follower IDs to list. Defaults to the logged-in codingamer's ID.

cg api codingamer find-following-ids

Find the numeric IDs of the codingamers that a codingamer is following.

usage: cg api codingamer find-following-ids [-h] [--codingamer-id ID]

Options

  • -g, --codingamer-id ID — Codingamer whose followee IDs to list. Defaults to the logged-in codingamer's ID.

Generated from the parser itself. For when to use these, see the CLI guides.