🐍
KSoftAPI.py
  • KSoftAPI.py
  • Response Types
  • Endpoints
    • Images
    • Bans
    • Kumo
    • Music
Powered by GitBook
On this page
  • Search for a location
  • GeoIP
  • Currency Converter

Was this helpful?

  1. Endpoints

Kumo

This is advanced real-time information API for geo-spatial, weather and information gathering data

PreviousBansNextMusic

Last updated 4 years ago

Was this helpful?

Search for a location

await ksoft.bans.gis(location, fast, more, map_zoom, include_map)

Parameter

Type

location

str

fast

bool

more

bool

map_zoom

int

include_map

bool

Success: Returns a or List[]

Not Found: Raises NoResults

await ksoft.bans.gis('New York')

GeoIP

await ksoft.kumo.geoip(ip)

Parameter

Type

ip

str

Success: Returns an

Not Found: Raises NoResults

await ksoft.kumo.geoip('1.1.1.1')

Currency Converter

await ksoft.kumo.currency(from_, to, value)

Parameter

Type

from_

to

value

str

Not Found: Raises NoResults

await ksoft.kumo.currency('USD', 'BRL', '1')

str (one of )

str (one of )

Success: Returns a

these
these
Location
Location
IPInfo
Currency