OpenWeatherMap Token
Description
General
- Documentation: https://openweathermap.org/api
- Summary: OpenWeatherMap is an online service that provides global weather data including current weather data, forecasts or historical data. The service is reachable through an API using a token to authenticate.
- IPs allowlist: As of the time of writing this documentation, this feature is not yet supported.
- Scopes: No scopes can be specified when creating a new token.
Revoke the secret
Tokens can be revoked from the Account/API keys tab of the user account.
Check for suspicious activity
As of the time of writing this documentation, this feature is not yet supported.
Details for Open weather map
-
Family: Api
-
Category: Other
-
Company: OpenWeatherMap
-
High recall: False
-
Validity check available: True
-
Analyzer available: False
-
On-premise instances exist: False
-
Only valid secrets raise an alert: True
-
Minimum number of matches: 1
-
Occurrences found for one million commits: 303.33
-
Prefixed: False
-
PreValidators:
- type: FilenameBanlistPreValidator
banlist_extensions:
- ^lock$
- ^storyboard(c|er)?~?$
- ^xib$
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: false
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- pyowm
- openweathermap
Examples
- text: |
// Add OWM pyown to your environment variables
owm=pyowm.OWM('2n234a6af659351d0fc58bdpm8a91mpf')
apikey: 2n234a6af659351d0fc58bdpm8a91mpf
- text: |
* function preload() {
* var url = 'http://api.openweathermap.org/data/2.5/weather?q=London,UK'+
* '&APPID=7bbbb47522846e8b3c26ba35c226c734';
* weather = loadJSON(url);
* }
apikey: 7bbbb47522846e8b3c26ba35c226c734