Skip to main content

HAM Systems API for Python

With this python package, you can easily access datalog data for your HAM Systems devices.

You are free to use this code as you like and we are looking forward to seeing on what you achieve with our platform!

#!/usr/bin/env python3

import time, datetime
import math 

import hamapi

if __name__ == "__main__":
	# set your API key here
	ham = hamapi.hamapi(api_key='')
	# unix timestamp of the start of data
	start = math.floor(time.time()-7*86400)
	# unix timestamp of the end of data
	end = math.floor(time.time()-86400)
	# step to smooth/average the data in seconds
	step = 2*60
	# get datalog data for device with serialno 12:204, from start to end with step
	data = ham.get_datalog_data("12:204", start, end)
	print(data)

	# fig, ax = plt.subplots()
	# ax.plot([datetime.datetime.utcfromtimestamp(d) for d in data['timestamp']], data['T'])
	# ax.grid()
	# plt.show()

Release files for hamapi 0.1.15

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for hamapi 0.1.15
File Size Uploaded
hamapi-0.1.15.tar.gz 32.0 kB Details

Release files / hamapi-0.1.15.tar.gz

Download URL hamapi-0.1.15.tar.gz
Size 32.0 kB
Tags Source
SHA-256 checksum
How to use checksums
01262a373b3a7ac0e1873c7bf1ff67b1329f5b7af650234af4127982f0c58214
BLAKE2b-256 checksum
How to use checksums
0589ff5be62c8d24e9616beb8d2824aaa29973196692af3020f045ca613f9867
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.12.3

Release history Release notifications | RSS feed

This release

0.1.15 This release

1 release file

0.1.14

1 release file

0.1.13

1 release file

0.1.10

1 release file

0.1.7

1 release file

0.1.5

1 release file

0.1.4

1 release file

0.1.3

1 release file

0.1.2

1 release file

0.1.1

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page