# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 2
# self = https://watcher.sour.is/conv/zvahanq
Figured out my Pagekite "troubles" I think. Don't know how I missed this, although the docs and website aren't always as clear as could be, but turns out non-subscription accounts have a rate limit. In the case of free trial accounts, it's only 5 unique connections (IP addresses, user agents etc) per 3 hours. I was easily hitting this just through testing in multiple browsers, CURL and anyone else visiting. Chucking a few bucks their way lifts that limit to 8 connections per 3/4 of an hour, which is much better but still.
@eldersnake They're not currently taking new subscription plans for some reason at the moment, so signing up and removing the rate limits entirely doesn't seem to be an option ATM.